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": "52da2e87-ed15-4750-ab94-a53a698de180",
  "user_ids": [
    "4b13631a-1df0-4b38-9d4d-7dfb8ec45528",
    "093a0ba3-8cb3-40a2-8497-76c28f40b97a"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.