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": "2753f1aa-bd4a-48a9-959d-e2391b6eb7fb",
  "user_ids": [
    "a2ed2b2a-5bf3-418c-80c2-daa422ffde41",
    "aab7a506-50dd-4cad-9577-82c5df76e8b5"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.