Skip to content

Commit

Permalink
Merge branch 'main' into configuration-ofrep-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspoignant authored Jun 10, 2024
2 parents 64fa2a4 + 741998e commit 8be3299
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions service/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,11 @@ components:
enabled:
type: boolean
description: set to true if the remote flag management system is supporting polling
minPollingInterval:
minPollingIntervalMs:
type: number
description: minimum polling interval (in millisecond) supported by the flag management system. The provider should ensure not to set any polling value under this minimum.
description: |
Minimum polling interval (in millisecond) supported by the flag management system.
The provider should ensure not to set any polling value under this minimum.
examples:
- 60000
required:
Expand Down

0 comments on commit 8be3299

Please sign in to comment.