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": "ce55b7c9-d7e7-42c4-8949-a61c7e5cc4b9",
  "user_ids": [
    "617864bc-4ae2-441d-9254-5e309e949067",
    "5bfca2c2-7371-49bc-84d3-cff38406cea5"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.