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": "55cbf480-abca-474a-b06e-e8ac7442bd23",
  "user_ids": [
    "66ed5dc4-31ad-4d52-b325-39ea9d28befe",
    "78831394-28f8-4a96-b588-6f4bf3b031e3"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.