Skip to content

Commit

Permalink
chore: update thor.yaml to include 'best' in query
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jan 31, 2024
1 parent bcf4788 commit 508b171
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/doc/thor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2300,10 +2300,9 @@ components:
RevisionInQuery:
name: revision
in: query
description: Specify either a block number or ID. If omitted, the `best` block is assumed.
description: Specify either `best`, a block number or block ID. If omitted, the `best` block is assumed.
schema:
type: string
pattern: '^(0x)?([0-9a-fA-F]{64}|[0-9]+)$'

RevisionInPath:
name: revision
Expand Down

0 comments on commit 508b171

Please sign in to comment.