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": "50c0d699-fc06-4953-ae5c-76d0e6e29923",
  "user_ids": [
    "0d5c48ec-41b1-4225-acfc-bcef53c517b2",
    "72ff05df-e114-4374-91d4-85eb433740b4"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.