sanity_update
Replace a Sanity document entirely by submitting its ID and new content. Requires a write token.
Instructions
Replace an entire document. Requires write token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The document ID to update | |
| document | Yes | The complete document data (will replace existing) |