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": "4512041e-c1e2-4310-a7d3-96cb6f91f074",
  "user_ids": [
    "a296c0be-dbb1-46eb-9e14-9ab5133f8812",
    "41a4833d-4498-4ec6-8e0c-79c262ab27b0"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.