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": "a693ea2b-9644-4013-bae0-d88d2b857473",
  "user_ids": [
    "fee8ebdc-5fc0-4f09-bd70-a97cb7685ae0",
    "f5531fcd-4941-4b1c-a1db-180de5eb6ea2"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.