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": "2d1082b1-6dc1-44d5-ac09-8af5804d4824",
  "user_ids": [
    "9b6f98d1-a2f8-4c9c-be5d-8d9741f69a26",
    "1a0739cb-4de6-4a92-854c-1505e023fc1a"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.