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": "152e5639-f540-44a8-bb38-d9f5966ce724",
  "user_ids": [
    "09f5b098-1eab-4d87-8388-141cf6ad7538",
    "be589e49-58a5-4a05-8be2-b05a4182cec8"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.