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": "7db25d73-e5d9-44d6-b89e-c814973466a7",
  "user_ids": [
    "40e90119-d522-4d6e-88a6-3414c5d72c12",
    "5c743b58-2c40-43ad-b2fb-25b04d4ce802"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.