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": "9fb9ce14-6eb7-4983-9de0-0beb4e767b42",
  "user_ids": [
    "067c8d7c-ddd8-4fbf-9a7e-0648e60a62a0",
    "45457b85-40b8-4856-af86-dbb465149041"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.