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": "8957da78-d4c1-45a6-99c1-e28aff037313",
  "user_ids": [
    "4a685264-ad05-4eef-954a-c2b7137d3c0a",
    "9f0ce662-9a84-4343-927d-6a468fe45735"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.