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": "eb8ee7d4-a411-43d5-8fc2-ac10ee255b32",
  "user_ids": [
    "66076b20-25bf-4d24-9789-b1ebac0ef0c0",
    "fd700319-a481-4a4d-83f3-3759ccb01d09"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.