FeatureFuel
15

[feature]: Add API Endpoints for Creating and Editing Pages

Source: makeplane/plane#7319 · opened by @nkai777
Is there an existing issue for this? • I have searched the existing issues Summary Currently, the Plane API provides comprehensive endpoints for managing core resources like Issues, Projects, and Cycles. However, there appears to be no documented API support for programmatically creating or editing Pages. All page management must be done manually through the web interface. This limitation makes it difficult to automate documentation workflows, migrate knowledge bases from other systems, or build custom internal tools that interact with Plane's Pages feature. Why should this be worked on? I would like to request the addition of new API endpoints to allow for full CRUD (Create, Read, Update, Delete) operations on Pages. Specifically, the most critical additions would be: Create a new Page: An endpoint to create a new page within a specific project. Method: POST Endpoint: /api/v1/workspaces/{workspace_slug}/projects/{project_id}/pages/ Body: A JSON payload containing…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests