Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apis/beacon/rewards/attestations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ post:
tags:
- Beacon
- Rewards
- Experimental
parameters:
- name: epoch
in: path
Expand Down
1 change: 0 additions & 1 deletion apis/beacon/rewards/blocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ get:
tags:
- Beacon
- Rewards
- Experimental
parameters:
- name: block_id
in: path
Expand Down
1 change: 0 additions & 1 deletion apis/beacon/rewards/sync_committee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ post:
tags:
- Beacon
- Rewards
- Experimental
parameters:
- name: block_id
in: path
Expand Down
2 changes: 0 additions & 2 deletions beacon-node-oapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ tags:
[Checkout validator flow](./validator-flow.md) to learn how to use this api.
- name: Rewards
description: Endpoints to query rewards and penalties for validators.
- name: Experimental
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rolfyone I know this has been merged but imo we should keep the Experimental tag and its description just in case any future endpoints require it

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll definitely re-use it, trivial to re-add. no point keeping a mess around imo...

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It also keeps an empty section around in the api explorer (at the bottom)

description: Endpoints that are not stable or fully implemented by each client.

paths:

Expand Down