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": "158b1c9c-6039-4773-b21e-c8eff29d7870",
  "user_ids": [
    "86fd40a2-e1d5-4894-9acd-708cd7b51677",
    "a2e83a2c-2e2a-4dd8-ae03-44ff933dddac"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.