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": "24b4ad6d-d2df-410c-a70f-022ec859cb49",
  "user_ids": [
    "f3f43a56-21f5-4ba0-971c-7c58a02b1725",
    "bc56f802-b43b-4fa0-ad30-0e00fbbea56f"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.