mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-04 20:23:59 +00:00
rpc: fix OpenAPI docs for /events filter argument (#8599)
I incorrectly documented the "query" field as "filter".
This commit is contained in:
@@ -1507,7 +1507,7 @@ components:
|
||||
description: Event filter query
|
||||
type: object
|
||||
properties:
|
||||
filter:
|
||||
query:
|
||||
type: string
|
||||
example: "tm.event = 'Tx'"
|
||||
EventsResponse:
|
||||
|
||||
Reference in New Issue
Block a user