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": "ea994c22-beea-44a0-a471-c96b7dee5875",
  "user_ids": [
    "2ea71dc8-98be-4049-a976-eadcc2bc4679",
    "0d641997-6e40-42bf-8a40-532ad13ed9d2"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.