Skip to content

Commit 04a6d7a

Browse files
committed
update payload attestation get to have slot in path
1 parent a4335fb commit 04a6d7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apis/validator/payload_attestation_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ get:
1313
A 503 error must be returned if the beacon node is currently syncing.
1414
parameters:
1515
- name: slot
16-
in: query
16+
in: path
1717
required: true
1818
description: "The slot for which payload attestation data should be created."
1919
schema:

beacon-node-oapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ paths:
194194
$ref: "./apis/validator/block.v4.yaml"
195195
/eth/v1/validator/attestation_data:
196196
$ref: "./apis/validator/attestation_data.yaml"
197-
/eth/v1/validator/payload_attestation_data:
197+
/eth/v1/validator/payload_attestation_data/{slot}:
198198
$ref: "./apis/validator/payload_attestation_data.yaml"
199199
/eth/v2/validator/aggregate_attestation:
200200
$ref: "./apis/validator/aggregate_attestation.v2.yaml"

0 commit comments

Comments
 (0)