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": "e9bf00f4-7183-4d08-b7d6-df33caf85dab",
  "user_ids": [
    "3c928291-dc6a-4d31-a2ce-58ef9a33e611",
    "f44fecb0-0483-406e-b0b9-1878848cfbed"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.