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": "e2eb6da4-2e34-43f5-9b66-9d01be54c0c6",
  "user_ids": [
    "89d0d860-4cac-4dc3-abce-b49d162c664b",
    "08037933-96e3-4298-8438-80cae6a072bf"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.