Skip to content

Commit

Permalink
Merge pull request #256 from hdamker/documentation/duration#249
Browse files Browse the repository at this point in the history
Added a note to maxDuration parameter within qosProfile about the limit of 86400 seconds
  • Loading branch information
hdamker authored Jan 26, 2024
2 parents 8f09db1 + 870c197 commit 3849b3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/API_definitions/qod-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,8 @@ components:
maxDuration:
description: |
The maximum time period that this profile can be deployed.
NOTE: currently the duration within `sessionInfo` is limited to 86400 seconds (1 day).
The value of `maxDuration` shouldn't therefore exceed this time period. The limitation might be removed in later versions.
allOf:
- $ref: "#/components/schemas/Duration"
priority:
Expand Down

0 comments on commit 3849b3d

Please sign in to comment.