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": "16745008-1bf0-422b-84da-4434d9e36cf2",
  "user_ids": [
    "a84eaf61-3d03-4a0b-b1e4-61cf81c6c232",
    "9c0ff630-75d5-47cc-8cfa-c9121d00d356"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.