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": "d5be741e-254b-41e4-9cd0-a5fbc77b65a7",
  "user_ids": [
    "ec4eeff3-bddb-49d4-af12-8b626b8bf5d4",
    "0f7f1ddd-7f19-4217-b4fb-0c0f997484e8"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.