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": "7b3be01b-8f97-4a8b-9d2a-626de7a34706",
  "user_ids": [
    "a3e2ca2e-140d-4a84-8182-b14d36eb2903",
    "98eadcbb-1910-4a96-8d09-9b5dee24412d"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.