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": "0e34a0df-13eb-4fd8-891d-8ad25d2e7530",
  "user_ids": [
    "6a3aba03-342c-40e0-ba6f-eb8ee4dc7147",
    "6bb78c7f-7de0-4591-b95a-a613111720b2"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.