Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag authored Dec 7, 2023
1 parent 30bcb72 commit 6673f0e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions api/spec/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,7 @@ paths:
name: hash
schema:
type: string
description: |
The block hash of the block to return.
(Please note that if you set this arg, then whatever you set for limit,
the response will always contain exactly zero or one block,
never any subsequent blocks, unlike the use case when you search using the "from" arg.)
description: A filter on the block hash.
example: *block_hash_1
responses:
'200':
Expand Down Expand Up @@ -829,11 +825,7 @@ paths:
name: hash
schema:
type: string
description: |
The block hash of the block to return.
(Please note that if you set this arg, then whatever you set for limit,
the response will always contain exactly zero or one block,
never any subsequent blocks, unlike the use case when you search using the "from" arg.)
description: A filter on the block hash.
example: *block_hash_1
responses:
'200':
Expand Down

0 comments on commit 6673f0e

Please sign in to comment.