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": "e3c4c57f-e8c7-445e-a56c-124a2998bc24",
  "user_ids": [
    "3d0a8a02-9016-4495-b96f-179bd1e1b111",
    "1a7fa71d-eb8f-4cc1-b442-d5c04cf82685"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.