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": "b45e5f7a-09f1-4bd7-aa4b-a95de046acb9",
  "user_ids": [
    "28b2188a-ec6f-429a-955a-b71a5192044f",
    "28f82396-6f4d-4420-8d04-559d015293e0"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.