Skip to content

Commit 8d45340

Browse files
feat!: change minPollingInterval field name to mention millisecond (#25)
* 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>
1 parent 46abc33 commit 8d45340

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

service/openapi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,11 @@ components:
360360
enabled:
361361
type: boolean
362362
description: set to true if the remote flag management system is supporting polling
363-
minPollingInterval:
363+
minPollingIntervalMs:
364364
type: number
365-
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.
365+
description: |
366+
Minimum polling interval (in millisecond) supported by the flag management system.
367+
The provider should ensure not to set any polling value under this minimum.
366368
examples:
367369
- 60000
368370
required:

0 commit comments

Comments
 (0)