rpc: fix OpenAPI docs for /events filter argument (#8599)

I incorrectly documented the "query" field as "filter".
This commit is contained in:
M. J. Fromberger
2022-05-25 00:15:36 -07:00
committed by GitHub
parent d59a53be01
commit 10ce3d4729

View File

@@ -1507,7 +1507,7 @@ components:
description: Event filter query
type: object
properties:
filter:
query:
type: string
example: "tm.event = 'Tx'"
EventsResponse: