Force a job going to WorkshopInQueue and will assign to user in the list

Request Information

URI Parameters :

None.

Body Parameters :

jobs_workshop_in_queue
NameDescriptionTypeAdditional information
jobs_id

Job id

globally unique identifier
user_ids

List of User Id

Collection of globally unique identifier

Request Formats :

application/json, text/json

Sample:
{
  "jobs_id": "a89e894a-b189-475b-8a1e-4e7873385f77",
  "user_ids": [
    "bf19b5b6-19dc-4579-8f79-b9f01d1d49bd",
    "9805a9b1-db61-440e-b640-7976aa3c9a7b"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.