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": "9378c16a-8cab-4cbd-a208-0009ae25d91a",
  "user_ids": [
    "0177a2ab-bfab-4049-b6f8-447cc778ab52",
    "330a3de5-3d49-4610-a210-9253dbb92ae8"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.