From 741998ea101a42f0c7870da5c271d9a5b3507a4d Mon Sep 17 00:00:00 2001 From: Thomas Poignant Date: Mon, 10 Jun 2024 09:20:54 +0200 Subject: [PATCH] feat!: change minPollingInterval field name to mention millisecond (#25) * feat!: change minPollingInterval field name to mention millisecond Signed-off-by: Thomas Poignant * change name to ms Signed-off-by: Thomas Poignant --------- Signed-off-by: Thomas Poignant --- service/openapi.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/service/openapi.yaml b/service/openapi.yaml index 0c34714..2fa8cb5 100644 --- a/service/openapi.yaml +++ b/service/openapi.yaml @@ -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: