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": "c722907f-1627-436b-ae0f-89936eb48097",
  "user_ids": [
    "b7f62edd-b5d5-47a6-955c-1eda91cb9c33",
    "84a6b3d6-e21a-45fc-a7ee-5a28a48d10f5"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.