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": "ec4a8b10-5018-4a54-902c-d473d3fb9926",
  "user_ids": [
    "f2d2e739-226b-4562-9ad9-e53b395388c6",
    "e7e0087d-0d1e-4f34-8731-00c39e94f105"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.