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": "fc4d6e55-0cab-4ecd-9750-f31767b237e6",
  "user_ids": [
    "89c0de0c-ad17-4e62-a857-f3701f78ef18",
    "c7b0681c-eeee-40ff-836d-e2133a35b4bd"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.