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": "d5cfa2f2-7ece-4a83-adc4-fd25fa1be61b",
  "user_ids": [
    "3d9ad11d-a7a1-43c3-b148-9692d9483bec",
    "fee1e746-57e8-4780-b98e-8d2cc447b8ca"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.