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": "4755eda9-6def-431c-be32-c57c4da8b4b7",
  "user_ids": [
    "e9c03515-c4a2-42e8-a900-02995c198726",
    "d5751a0f-9bf6-409a-93e7-7a1d5433a068"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.