Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beacon-node-oapi.yaml: Fix typo and add . everywhere for consistency #338

Merged
merged 2 commits into from
Jul 13, 2023
Merged
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
6 changes: 3 additions & 3 deletions beacon-node-oapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ tags:
- name: Debug
description: Set of endpoints to debug chain and shouldn't be exposed publicly.
- name: Events
description: Set of endpoints to for event subscription.
description: Set of endpoints for event subscription.
- name: Node
description: Endpoints to query node related informations
description: Endpoints to query node related information.
- name: Validator
description: Endpoints intended for validator clients
description: Endpoints intended for validator clients.
- name: ValidatorRequiredApi
description: |
Minimal set of endpoints to enable a working validator implementation.
Expand Down