Skip to content

Commit

Permalink
Add metadata fields to getBlobSidecars response (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Apr 15, 2024
1 parent 934dc14 commit 5bbd01e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apis/beacon/blob_sidecars/blob_sidecars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,25 @@ get:
responses:
"200":
description: "Successful response"
headers:
Eth-Consensus-Version:
$ref: '../../../beacon-node-oapi.yaml#/components/headers/Eth-Consensus-Version'
required: false
content:
application/json:
schema:
title: GetBlobSidecarsResponse
type: object
required: [data]
properties:
version:
type: string
enum: [phase0, altair, bellatrix, capella, deneb]
example: "deneb"
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
finalized:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/Finalized"
data:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/Deneb.BlobSidecars"
application/octet-stream:
Expand Down

0 comments on commit 5bbd01e

Please sign in to comment.