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": "bfba3e75-dad6-4b53-833b-dd6971b4fa57",
  "user_ids": [
    "8aa8d437-8452-4b7e-aa79-a47bb526eaa9",
    "4a344b1e-73d4-42d7-93a8-fd243c523c61"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.