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": "83366ff7-a141-4986-8c98-ab86b9958891",
  "user_ids": [
    "0444ca80-71df-4f35-94ad-3bcb9abbf9d9",
    "d720044e-2a17-45d4-85a0-e4f2834f7a82"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.