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": "3e2281f5-5757-43a2-a2e9-5179511d004c",
  "user_ids": [
    "3a224de2-4c54-404a-a4b0-96aefffc6d21",
    "5c5db93f-c8a4-4790-b9ef-8f7444b7c7e0"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.