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": "c26f6d75-1a44-4cc7-8cc6-58cb6ca00605",
  "user_ids": [
    "77d3694e-6134-4e3d-963e-a871f92e8139",
    "192e4998-a9d4-4db3-ab52-b7875578cb0a"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.