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": "d481fd12-e17e-402a-95b3-f11f59ab1061",
  "user_ids": [
    "fe07edcb-68f3-4867-bd52-16a64b54ef38",
    "d78173e5-8000-454b-95d1-28ee6b00f279"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.