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": "783e250b-0aad-44cd-9387-1c0543f590b3",
  "user_ids": [
    "c2fad32f-d1ba-4680-b056-56a9e4edfbce",
    "cc336b2c-5407-47c3-af2e-7c4aa3d8f498"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.