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": "9a4065da-818a-462a-9ebc-993a5670a32a",
  "user_ids": [
    "01a57f63-5c13-41de-a40b-a46989859b0d",
    "33d5c728-7658-4a4d-80d3-cc5caead78ce"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.