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": "56723a44-8514-45ba-a054-7abe47e1c25d",
  "user_ids": [
    "17bdb4a4-676d-4288-a0ae-6308640c13d0",
    "9469ff0a-8878-41b9-85e0-c3346b611f3f"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.