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": "a4d9ec6a-4466-4e51-8c18-76246e04f489",
  "user_ids": [
    "e88f91bc-003b-482c-8bf8-46538e35b13c",
    "eb384940-e5a1-41cd-a23e-64498fb68e6d"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.