databases_upsert_documents
Insert or update multiple documents in an Appwrite database collection using partial JSON data. This experimental tool handles batch operations for managing database records.
Instructions
WARNING: Experimental Feature - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| collection_id | Yes | Collection ID. | |
| documents | Yes | Array of document data as JSON objects. May contain partial documents. |