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": "f5168fa8-c536-4141-83d1-d836b43ac6dd",
  "user_ids": [
    "6bb9952e-1f74-4a31-bdc2-121bcea06e66",
    "95e31d9a-5591-4a77-a1e8-7502e4dc7170"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.