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": "b56a7655-4f48-45a1-998c-f302116704bb",
  "user_ids": [
    "91bf977b-a144-4478-ac0d-046cbbf52e3d",
    "cc943c4b-c6c0-4f44-9b25-8d43c96e99b6"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.