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": "d222389d-f30a-48d3-bc48-90d13e0e4396",
  "user_ids": [
    "bd69d84f-562a-452c-884d-a8cb33f514dc",
    "b8ba5456-0ea5-4401-94a9-a344fb4713e4"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.