Skip to content

Commit 45ce8eb

Browse files
committed
clear up indices params description
1 parent 575dae0 commit 45ce8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/debug/data_column_sidecars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ get:
1616
$ref: '../../beacon-node-oapi.yaml#/components/parameters/BlockId'
1717
- name: indices
1818
in: query
19-
description: Array of indices for data column sidecars to request for in the specified block. Returns all data column sidecars in the block if not specified.
19+
description: Array of indices for data column sidecars to request for in the specified block. This endpoint will only return columns that the node is actually custodying. If not specified, returns all data column sidecars that this node is custodying in the block.
2020
required: false
2121
schema:
2222
type: array

0 commit comments

Comments
 (0)