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": "ca446645-c116-4688-b76a-0c6436d8dd02",
  "user_ids": [
    "3cde7fb0-8c61-4afa-9273-3cbc50c0de03",
    "c47ad86d-4f7b-4db4-9304-b4b4da6282d8"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.