Skip to content

Commit

Permalink
update schema pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb committed Oct 2, 2023
1 parent 800ef02 commit 96fc272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/openapi-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ paths:
description: Block identifier, as the block height or block hash.
required: true
schema:
pattern: 'a-km-zA-HJ-NP-Z1-9{8,64}'
pattern: '^0[xX][0-9a-fA-F]{1,64}$|[0-9]{1,12}'
type: string
responses:
"200":
Expand Down

0 comments on commit 96fc272

Please sign in to comment.