Skip to content

Commit

Permalink
Remove some formatting changes to keep diff minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jan 21, 2025
1 parent e4441b3 commit eb306b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apis/beacon/blob_sidecars/blob_sidecars.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
get:
operationId: getBlobSidecars
summary: Get blob sidecars
summary: Get blob sidecars
description: |
Retrieves blob sidecars for a given block id.
Depending on `Accept` header it can be returned either as json or as bytes serialized by SSZ.
Expand All @@ -13,7 +13,7 @@ get:
- name: block_id
in: path
required: true
$ref: "../../../beacon-node-oapi.yaml#/components/parameters/BlockId"
$ref: '../../../beacon-node-oapi.yaml#/components/parameters/BlockId'
- name: indices
in: query
description: Array of indices for blob sidecars to request for in the specified block. Returns all blob sidecars in the block if not specified.
Expand All @@ -22,13 +22,13 @@ get:
type: array
uniqueItems: true
items:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/Uint64"
$ref: '../../../beacon-node-oapi.yaml#/components/schemas/Uint64'
responses:
"200":
description: "Successful response"
headers:
Eth-Consensus-Version:
$ref: "../../../beacon-node-oapi.yaml#/components/headers/Eth-Consensus-Version"
$ref: '../../../beacon-node-oapi.yaml#/components/headers/Eth-Consensus-Version'
content:
application/json:
schema:
Expand Down

0 comments on commit eb306b3

Please sign in to comment.