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": "48346b96-aca5-4a1a-b49f-a7595441a1ea",
  "user_ids": [
    "b4d614f1-f51e-4810-b479-00ad67bc9fa4",
    "6792abff-82ba-44d2-965b-332770fdd633"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.