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": "b7a5718f-8705-4b92-8e72-9a1f93f3c1e7",
  "user_ids": [
    "ef561c4e-446e-4605-85d4-e6cc9fe48558",
    "ab0fee28-8e82-48c7-b406-1a8419a6297f"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.