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": "1faa7994-ad21-4a8e-ac60-260d9476f950",
  "user_ids": [
    "bd47e399-5bc0-471f-8e1a-7bf295f66029",
    "b1528305-3556-4a2a-b7f4-4ec2389c0b62"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.