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": "3dbe9115-1e7f-44da-8b3e-cebf50a08a75",
  "user_ids": [
    "cfe72ad2-19b0-42c4-ad61-f06b10297744",
    "84dffa75-0aa8-4500-bfbe-9035df19edee"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.