update_concept
Update an existing concept document by merging frontmatter updates, optionally replacing the body, and removing metadata keys set to null.
Instructions
Update an existing OKF concept document.
Merges frontmatter_updates into existing metadata and refreshes the timestamp. Pass body=null to keep the existing body unchanged. Set a frontmatter key to null to remove it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | New full markdown body. null keeps the existing body. | |
| concept_id | Yes | The concept to update. | |
| frontmatter_updates | No | Partial frontmatter dict merged into the existing one. Setting a key's value to null removes it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||