Description
On self-hosted Plane v1.3.0, the pages endpoints are not reachable through the public REST API (/api/v1/) with API key authentication.
Reproduction
curl -H "x-api-key: <YOUR_KEY>" \
"https://<your-plane-instance>/api/v1/workspaces/<slug>/projects/<project_id>/pages/"
# Returns: HTTP 404 Not Found
All other endpoints (issues, cycles, modules, projects, states, labels, etc.) work correctly with the same key.
Expected
Pages should be accessible via the public REST API, with full CRUD support, like the other resources.
Why this matters
Pages are essential to manage documentation and structured content in Plane. Without API access, they remain locked behind the web UI.
Description
On self-hosted Plane v1.3.0, the pages endpoints are not reachable through the public REST API (
/api/v1/) with API key authentication.Reproduction