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": "a4b5c9d4-a0c8-4f04-956f-57e9b9335926",
  "user_ids": [
    "8fbedeee-bc82-4801-9caf-9be9bade03da",
    "da5d4b5f-6c93-4e72-b6ee-6c1e7664be94"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.