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": "0110aabe-8ea1-4d32-8fd0-4d2baf211bbb",
  "user_ids": [
    "361b152c-4404-4daa-a6da-d8e3f939d927",
    "325a7a10-cf00-4408-b66f-d1a4d1f60d81"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.