Skip to content

Commit 354ff9f

Browse files
committed
Add more details to getBlobs response
1 parent e3dfda2 commit 354ff9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apis/beacon/blobs/blobs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ get:
44
description: |
55
Retrieves blobs for a given block id.
66
Depending on `Accept` header it can be returned either as json or as bytes serialized by SSZ.
7+
8+
If the `indices` paramneter is specified, only the blobs with the specified indices will be returned. There are no guarantees for the
9+
returned blob sidecars in terms of ordering.
710
tags:
811
- Beacon
912
parameters:
@@ -38,7 +41,7 @@ get:
3841
maxItems: 4
3942
application/octet-stream:
4043
schema:
41-
description: "SSZ serialized block bytes. Use Accept header to choose this response type"
44+
description: "SSZ serialized `BlobSidecars` bytes. Use Accept header to choose this response type"
4245
"400":
4346
description: "The block ID supplied could not be parsed"
4447
content:

0 commit comments

Comments
 (0)