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": "7dcbf7d4-e260-47ea-adac-b79892261c9b",
  "user_ids": [
    "141157e5-754b-4676-bb1f-8e917d64dee1",
    "a72aa4df-0aaa-467a-8b9a-cf2b8b3e1a72"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.