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": "131f5157-2eb4-4741-b5ca-ed69739ee5bb",
  "user_ids": [
    "929ecac0-6a26-454a-ad79-6a7614cf8101",
    "0a6f1eb4-744b-4e4e-b0b4-56a52170dc80"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.