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": "eb2ae48d-bacd-438c-b04e-d24c355a804e",
  "user_ids": [
    "2a6ad2d8-0554-4356-a05d-6e3077113b50",
    "43fe82cd-8d44-4317-a78b-5469f70881e1"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.