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": "359ab0b7-1dde-4bb4-8b88-aea37852a272",
  "user_ids": [
    "e3a81aaa-20b4-47aa-8cf1-0955bc5583b3",
    "d574a20c-f69c-4deb-928f-29f377a2bff9"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.