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": "53b3fff4-fe25-4619-be4b-8ba2b57e052d",
  "user_ids": [
    "3391db9c-2c20-431c-84d1-f00c52380242",
    "815e5f38-4e10-49ae-b8e5-9685e4a48bf5"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.