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": "e635c50f-9291-4328-b7a6-cb4a7b2c0328",
  "user_ids": [
    "bd2dd123-5658-4794-af3b-28c057bd1aa9",
    "9449602d-5ff7-477c-9a72-60a59b6aea88"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.