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": "9d3ef460-0efb-4af4-b129-927b387061bd",
  "user_ids": [
    "b8e01cd0-82a1-427b-ab9b-a72e291e7b9b",
    "e01261e3-05e9-4f15-9db1-2cede9db3d75"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.