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": "993148ed-b771-4c8b-9478-533789301a12",
  "user_ids": [
    "e4b8c1c2-408d-460f-85b7-26846aae20fa",
    "a9d8b445-b83e-434c-a6a4-6b99f011bdeb"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.