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": "8049006e-cd8e-4a92-b306-ff06d7c62008",
  "user_ids": [
    "c58c1146-1f14-4427-85f7-4169802ff0a3",
    "45b3be10-5549-4ea1-ae0b-3a0ea429e3be"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.