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": "cb189b02-8db3-4b85-8c03-8dd880b255f4",
  "user_ids": [
    "f3cc1336-c01d-458f-b245-7b1ef18cf51d",
    "2ec0d72a-8c7c-458c-b130-578be1d71b98"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.