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": "497a7e7e-b27b-4a02-8234-824acd55277d",
  "user_ids": [
    "67cf871a-f8ba-401d-adec-670bfadcda08",
    "47118390-6b64-4366-b4d5-a3e1c3c15eb1"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.