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": "dcaebb6c-45db-40c5-9d04-148e4d592d0d",
  "user_ids": [
    "99586779-0b96-4dad-ab65-ffe5d744b929",
    "7bc9b3fe-c11d-4b31-9250-ed90bd3ea121"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.