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": "7c4f7df1-1bf8-40dc-aca6-050216af2e16",
  "user_ids": [
    "f5769c34-da8c-4c66-8818-7827a4b8b982",
    "7d6375a3-b6d1-4711-821f-3f1da6bc871b"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.