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": "a45c0742-276c-4b97-9372-5d3c634c022d",
  "user_ids": [
    "2a49d8e6-7be1-437d-bdac-6853b1949ba2",
    "baa67e50-8442-441e-a246-40c17dc090e1"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.