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": "3586c695-b800-4482-aff5-f252b2db03b1",
  "user_ids": [
    "a985a0a5-86e5-43f8-9027-aa05bf2ecf2a",
    "91edb1e9-6c52-4141-bb1d-31c6900634bf"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.