scf_update_document_section
Replace a document section's content with a human edit, marking it as a human layer to trigger conflict detection on later regeneration instead of silent overwrite.
Instructions
Replace one section's content with a human edit (write — editor role). Tracked as a human layer, so a later regeneration reports a conflict instead of overwriting it silently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | Organization UUID — obtain from scf_list_organizations | |
| content | Yes | Full replacement markdown body for this section | |
| section_id | Yes | Section identifier from the document detail (scf_get_document). May contain slashes — pass it exactly as returned, unescaped. | |
| document_id | Yes | Generated document UUID — obtain from scf_list_documents |