Skip to content

Commit

Permalink
Add more details to getBlobs response
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed May 11, 2023
1 parent e3dfda2 commit 354ff9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apis/beacon/blobs/blobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ get:
description: |
Retrieves blobs for a given block id.
Depending on `Accept` header it can be returned either as json or as bytes serialized by SSZ.
If the `indices` paramneter is specified, only the blobs with the specified indices will be returned. There are no guarantees for the
returned blob sidecars in terms of ordering.
tags:
- Beacon
parameters:
Expand Down Expand Up @@ -38,7 +41,7 @@ get:
maxItems: 4
application/octet-stream:
schema:
description: "SSZ serialized block bytes. Use Accept header to choose this response type"
description: "SSZ serialized `BlobSidecars` bytes. Use Accept header to choose this response type"
"400":
description: "The block ID supplied could not be parsed"
content:
Expand Down

0 comments on commit 354ff9f

Please sign in to comment.