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": "1670015a-5c69-4fbd-8edc-add81e3910b3",
  "user_ids": [
    "7c468964-e777-4f6c-8c27-2565c967c2b9",
    "cb866901-049e-4f02-b752-33feb63a1a93"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.