appwrite_update_document
Update specific fields in an existing Appwrite database document without modifying unchanged data. Modify content, permissions, or other attributes in your document storage.
Instructions
[UNIFIED] Update an existing document. Only provided fields will be updated.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| database_id | Yes | ||
| collection_id | Yes | ||
| document_id | Yes | ||
| data | No | ||
| permissions | No |