Create docs draft
Propose an article change for review. kind: edit edits an existing article, kind: create proposes a new article, kind: delete proposes removal.
Documentation Index
Fetch the complete documentation index at: https://productlane.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
edit proposes changes to an existing article (requires article_id + content). create proposes a new article (requires title + content). delete proposes removing an existing article (requires article_id).
edit, create, delete Required for kind: edit and kind: delete.
Required for kind: create. Optional for kind: edit (sets a new title; omit to keep the current one). Ignored for kind: delete.
1Markdown body of the proposed article. Required for kind: edit and kind: create. Ignored for kind: delete.
1kind: create only. Target group for the new article. The group's portal determines which portal the article belongs to once accepted.
true (default) creates an OPEN draft visible to reviewers. false keeps it as a private DRAFT.
Response
Successful response
edit, create, delete draft, open, accepted, rejected, superseded