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": "709c8db3-9383-44e4-8598-4aab3a2f0e27",
  "user_ids": [
    "40a56d80-d8f7-425f-accd-8098c415556f",
    "41f122d8-ec42-4056-82e8-541ad14f35ac"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.