The endpoint pages in this tab are generated from the backend FastAPI OpenAPI schema stored at docs/openapi.json. All endpoints are mounted under:
Authenticated endpoints expect a bearer token:

Regenerate the schema

When backend routes change, regenerate the schema from pinter-be:
The script writes pinter-be/docs/openapi.json. Copy it into the docs project:
The endpoint pages update automatically from the new schema on the next build.
For a high-level map of route groups and how the frontend uses them, see Backend API route map.