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": "ffe36818-5b97-4eeb-bf08-5fd65d4eaa69",
  "user_ids": [
    "891c65a4-f2d3-46b1-8159-73005a9bb192",
    "01770edf-3f6d-4825-8ded-acdb9f7626e2"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.