-
Notifications
You must be signed in to change notification settings - Fork 715
Open
Labels
documentationRequires new or updates to our documentationRequires new or updates to our documentation
Description
Problem
Some RPC endpoints require authorization headers but this isn't documented in our OpenAPI specification. For example, the GET /v3/blocks/replay/{block_id} endpoint returns a 401 error when authorization is missing, but the OpenAPI spec doesn't include this response code.
Proposed Solution
- Create a testing script that calls each RPC endpoint to determine what works and what doesn't
- Document which endpoints return 401 errors
- Update the OpenAPI specification
Metadata
Metadata
Assignees
Labels
documentationRequires new or updates to our documentationRequires new or updates to our documentation
Type
Projects
Status
Status: 🆕 New