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": "bfa78e02-47c6-499d-b65e-e85bbc0583f4",
  "user_ids": [
    "860a7c52-e2b8-4487-b7c8-8bfd0e6afa58",
    "3fc2bb29-5ebd-4d4d-a508-9766a447380e"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.