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": "480b1f29-141e-41f6-9729-2842d76e8f03",
  "user_ids": [
    "4cc03a9d-d609-4c0e-a4e1-534468e27b5d",
    "56e73373-9f03-4690-a8c1-7525b02c25ae"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.