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": "5a04c799-4570-4ce0-80b8-100ef492b9b2",
  "user_ids": [
    "eaf776e8-2079-4429-b182-807b0bd2f206",
    "9fcf9628-2e13-45a4-b502-dd464dd37131"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.