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": "47069c5e-e640-42ca-8f2f-82b9a2e07f40",
  "user_ids": [
    "7448d2a0-3e54-40eb-9e15-6aed2997a841",
    "725cc039-7c9c-4949-bf50-4e52b90f0163"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.