pb_records_update
Update specific records in PocketBase collections by specifying the collection, record ID, and new data, ensuring efficient and precise record management.
Instructions
Update an existing record in a collection
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Collection name or ID | |
| data | Yes | Record data to update | |
| expand | No | Relations to expand in response | |
| fields | No | Fields to return in response | |
| id | Yes | Record ID to update |