We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1919ec commit f6f13b1Copy full SHA for f6f13b1
rpc/openapi/openapi.yaml
@@ -882,7 +882,7 @@ paths:
882
required: true
883
schema:
884
type: string
885
- example: "tx.height=1000"
+ example: '"tx.height=1000"'
886
- in: query
887
name: prove
888
description: Include proofs of the transactions inclusion in the block
@@ -945,7 +945,7 @@ paths:
945
946
947
948
- example: "block.height > 1000 AND valset.changed > 0"
+ example: '"block.height > 1000 AND valset.changed > 0"'
949
950
name: page
951
description: "Page number (1-based)"
@@ -1061,7 +1061,7 @@ paths:
1061
1062
1063
1064
- example: "/a/b/c"
+ example: '"/a/b/c"'
1065
1066
name: data
1067
description: Data
0 commit comments