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": "eae4503d-357b-4699-8642-6d5c89bdf52e",
  "user_ids": [
    "a2904719-8ff7-4b37-9b5a-d1bc774f2b0a",
    "e50f2f03-f932-43c6-a3b7-6b6684604f6e"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.