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": "5bbe0ae1-31f7-4c7c-b05c-b69f76b4ca34",
  "user_ids": [
    "53f27822-3bb5-4a8f-9a23-f38c603dbcb4",
    "045e10fa-d19a-4764-916b-e04747484dbe"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.