Skip to content

Commit

Permalink
Update quality-on-demand.yaml
Browse files Browse the repository at this point in the history
Defined specific error code QUALITY_ON_DEMAND.DURATION_OUT_OF_RANGE
  • Loading branch information
hdamker committed Aug 2, 2024
1 parent d70cdd8 commit 5c9bdde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/API_definitions/quality-on-demand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -846,11 +846,11 @@ components:
code: OUT_OF_RANGE
message: Client specified an invalid range.
DurationOutOfRangeForQoSProfile:
summary: The requested duration is out of the allowed range for the specific QoS profile
description: 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"
code: QUALITY_ON_DEMAND.DURATION_OUT_OF_RANGE
message: The requested duration is out of the allowed range for the specific QoS profile

Generic401:
description: Unauthorized
Expand Down

0 comments on commit 5c9bdde

Please sign in to comment.