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": "ab4b9bb2-dac7-4c30-bae9-803e1ab7ec9b",
  "user_ids": [
    "e3871cdb-698e-46f0-8042-2a7cd4c3eb25",
    "0598fb74-57b9-4032-867b-cd7062bdd547"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.