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": "9c849032-88d4-4c35-90cc-4e1213eb22ac",
  "user_ids": [
    "4f981cbc-0a51-41ce-bfa2-7afca832f55e",
    "1694ca5d-8ed7-4d17-b419-aaa42d82820c"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.