Skip to content

Commit

Permalink
Merge pull request #259 from jlurien/chore/error-min-duration
Browse files Browse the repository at this point in the history
New example for DurationOutOfRangeForQoSProfile
  • Loading branch information
hdamker authored Jan 26, 2024
2 parents 466b0c7 + 45cbb1b commit 61d8713
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion code/API_definitions/qod-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.10.0-rc
version: 0.10.0-wip
externalDocs:
description: Product documentation at Camara
url: https://github.com/camaraproject/
Expand Down Expand Up @@ -206,6 +206,12 @@ paths:
status: 400
code: OUT_OF_RANGE
message: "Invalid port ranges specified: devicePorts"
DurationOutOfRangeForQoSProfile:
summary: The requested duration is out of the allowed range for the specific QoS profile
value:
status: 400
code: OUT_OF_RANGE
message: "The requested duration is out of the allowed range for the specific QoS profile"
"401":
$ref: "#/components/responses/Generic401"
"403":
Expand Down

0 comments on commit 61d8713

Please sign in to comment.