From c87d1d5d2454e424d705afcec48360da2098cfdd Mon Sep 17 00:00:00 2001 From: Thomas Poignant Date: Fri, 7 Jun 2024 18:35:33 +0200 Subject: [PATCH 1/2] feat!: change minPollingInterval field name to mention millisecond 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..24f66cd 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: + minPollingIntervalInMs: 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: From 6567e5f03eecebdb0959c255d23fef8d8a948ffb Mon Sep 17 00:00:00 2001 From: Thomas Poignant Date: Mon, 10 Jun 2024 09:20:00 +0200 Subject: [PATCH 2/2] change name to ms Signed-off-by: Thomas Poignant --- service/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/openapi.yaml b/service/openapi.yaml index 24f66cd..2fa8cb5 100644 --- a/service/openapi.yaml +++ b/service/openapi.yaml @@ -360,7 +360,7 @@ components: enabled: type: boolean description: set to true if the remote flag management system is supporting polling - minPollingIntervalInMs: + minPollingIntervalMs: type: number description: | Minimum polling interval (in millisecond) supported by the flag management system.