From a96569dab22b1880e6569ce1cbece87fd974f908 Mon Sep 17 00:00:00 2001 From: Andrii Slisarchuk Date: Wed, 29 Nov 2023 15:29:59 +0200 Subject: [PATCH] Added check for heartbeat value --- openapi/access.yaml | 1 + openapi/go-client-generated/api/swagger.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/openapi/access.yaml b/openapi/access.yaml index c9add076b..14963353e 100644 --- a/openapi/access.yaml +++ b/openapi/access.yaml @@ -609,6 +609,7 @@ paths: description: Interval in block heights at which the server should return a heartbeat message to the client. in: query required: false + allowEmptyValue: false schema: type: string format: uint64 diff --git a/openapi/go-client-generated/api/swagger.yaml b/openapi/go-client-generated/api/swagger.yaml index aece9b086..6aa5e4736 100644 --- a/openapi/go-client-generated/api/swagger.yaml +++ b/openapi/go-client-generated/api/swagger.yaml @@ -1036,6 +1036,7 @@ paths: description: Interval in block heights at which the server should return a heartbeat message to the client. required: false + allowEmptyValue: false style: form explode: true schema: