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": "baf205c6-6da9-4f86-a574-71967e3b4a0e",
  "user_ids": [
    "b3a7ca57-98e8-41cf-a281-af255cda3ddc",
    "b36b09c9-f7bc-4fb0-91ed-5ae11c6739ac"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.