We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e634b01 commit 117b76bCopy full SHA for 117b76b
docs/openapi.yaml
@@ -510,13 +510,15 @@ paths:
510
type: integer
511
default: 20
512
maximum: 200
513
+ example: 100
514
- name: offset
515
in: query
516
description: Index of the first microblock to fetch
517
required: false
518
example: 42000
519
schema:
520
521
+ example: 1000
522
responses:
523
200:
524
description: List of microblocks
@@ -533,6 +535,7 @@ paths:
533
535
required: true
534
536
537
type: string
538
+ example: 0x044b6ee5bdc7d3cb16e9a263e892b8060b4f64c72900b02093b9f6fa74ae8a67
539
get:
540
summary: Get microblock
541
description: Retrieves a specific microblock by `hash`
0 commit comments