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": "f724509a-8b3b-4480-bce1-7374c227bc6b",
  "user_ids": [
    "6d8ec4c2-8353-43b3-af9d-5fc212b621eb",
    "00bffe74-d68f-476e-a832-cf9811c690dc"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.