Skip to content

Commit

Permalink
Merge pull request #382 from hdamker/377-how-to-reach-duration_out_of…
Browse files Browse the repository at this point in the history
…_range-for-sessionssessionidextend

Document that duration out of range can't be reached for /extend
  • Loading branch information
hdamker authored Dec 7, 2024
2 parents b9b0359 + 9e72d48 commit 2d87a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/API_definitions/quality-on-demand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ components:
code: OUT_OF_RANGE
message: Client specified an invalid range.
DurationOutOfRangeForQoSProfile:
description: The requested duration is out of the allowed range for the specific QoS profile
description: NOTE - this error response cannot be returned by the `/extend` operation and will be removed from the API definition in the next version.
value:
status: 400
code: QUALITY_ON_DEMAND.DURATION_OUT_OF_RANGE
Expand Down

0 comments on commit 2d87a6b

Please sign in to comment.