Guides
Approval workflow
Every page change moves through a multi-stage review before it goes live. Authors draft in the WYSIWYG editor, then submit for review — nothing is published until each required role has signed off.
Submitting a draft
Open a page, make your edits, and choose Submit for review. The draft is locked from further edits and assigned to the next reviewer in the chain.
POST /v1/documents/:id/submit
{ "stage": "review", "reviewers": ["editor", "admin"] }