Skip to content

Commit

Permalink
add missing experimental tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-aouadi committed Jul 18, 2024
1 parent e43734f commit 40e32ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"post" : {
"tags" : [ "Beacon", "Validator Required Api" ],
"tags" : [ "Beacon", "Validator Required Api", "Experimental" ],
"operationId" : "submitPoolAttestationsV2",
"summary" : "Submit Attestation objects to node",
"description" : "Submits Attestation objects to the node. Each attestation in the request body is processed individually.\nIf an attestation is validated successfully, the node MUST publish that attestation on the appropriate subnet.\nIf one or more attestations fail validation, the node MUST return a 400 error with details of which attestations have failed, and why.",
Expand Down

0 comments on commit 40e32ca

Please sign in to comment.