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": "7de986fd-a8bf-4ab2-bf54-b85247ca5a76",
  "user_ids": [
    "abb71703-8b30-4af0-a80d-b9308db79b9c",
    "29e52a06-1aa9-48e5-a4b7-ed33c0eaf82c"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.