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": "19c452c9-d017-4721-b50c-bb591a3b4ded",
  "user_ids": [
    "8ccb6e9a-51bf-4415-b656-5ac4073cd22d",
    "ef72677e-48af-4ad7-b121-ea6f09a3e824"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.