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": "c9f7a6d3-d9f0-45ca-a5f7-197c21d4e82f",
  "user_ids": [
    "f5581845-d34e-4519-b52e-b08fbc969931",
    "dd5379d2-e9a5-4bb5-9843-cc6a617d53a6"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.