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": "2c6fbf55-8b25-40a9-b112-990a5bf88bd8",
  "user_ids": [
    "83c8eca3-e324-4d8d-9078-65d3ffe4e6a5",
    "196ff00a-ad51-46dd-aeab-10200f67df5b"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.