Skip to content

Commit

Permalink
Added check for heartbeat value
Browse files Browse the repository at this point in the history
  • Loading branch information
Guitarheroua committed Nov 29, 2023
1 parent 15b6c65 commit a96569d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions openapi/access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions openapi/go-client-generated/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a96569d

Please sign in to comment.