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": "0547e436-773b-45c8-bf9a-8122f3eda25b",
  "user_ids": [
    "0346dbbe-4f9d-4f7c-893e-de991cf60fff",
    "f19f8d8e-aa45-462a-a585-910f5fe63899"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.