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": "c3dd4e78-a25a-4d2e-9be4-da07a5018069",
  "user_ids": [
    "29ebdb37-a38c-4bb7-ae83-4f6234ec2e77",
    "11c43c9d-ddc3-42f7-afe8-b8eed6169fc3"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.