Skip to content

Commit

Permalink
feat!: change minPollingInterval field name to mention millisecond (#25)
Browse files Browse the repository at this point in the history
* feat!: change minPollingInterval field name to mention millisecond

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>

* change name to ms

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>

---------

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
  • Loading branch information
thomaspoignant authored Jun 10, 2024
1 parent a39476e commit 741998e
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 @@ -360,9 +360,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 741998e

Please sign in to comment.