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": "740ed2c1-c179-4ea8-80bf-bb3392082931",
  "user_ids": [
    "c75c7ef8-9280-4a2d-a5ee-4e09c9e50d13",
    "fb945a4a-9497-434f-961d-3ac6479436fa"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.