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": "3b833a5f-a322-4839-9a6f-755a87f1311d",
  "user_ids": [
    "5108c1bd-6920-449a-b8a4-c9405f0b2791",
    "91a95ed1-a1fb-450c-b588-125ee006c34f"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.