Tier: M (2-4 days) Type: audit
Context
docs/api-reference/endpoints.mdx and types.mdx list signatures but every parameter is bare. name: string doesn't tell anyone it must be 3-32 lowercase alphanumeric. The descriptions are the docs.
Scope
For every parameter and return field across the API reference:
- 1-sentence description
- Constraints (min/max/regex/enum) where applicable
- Example value if non-obvious
- Cross-reference related types (link
chain: Chain to the enum page)
Source of truth: SDK JSDoc, Spectre + Gateway DTOs in TypeScript, source files.
Acceptance criteria
Files to start with
docs/api-reference/endpoints.mdx
docs/api-reference/types.mdx
Tier: M (2-4 days) Type: audit
Context
docs/api-reference/endpoints.mdxandtypes.mdxlist signatures but every parameter is bare.name: stringdoesn't tell anyone it must be 3-32 lowercase alphanumeric. The descriptions are the docs.Scope
For every parameter and return field across the API reference:
chain: Chainto the enum page)Source of truth: SDK JSDoc, Spectre + Gateway DTOs in TypeScript, source files.
Acceptance criteria
Files to start with
docs/api-reference/endpoints.mdxdocs/api-reference/types.mdx