pb_update_record
Update an existing record in a PocketBase collection by specifying the collection, record ID, and new field values.
Instructions
Update an existing record in a collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Key-value pairs representing the fields to update | |
| recordId | Yes | The ID of the record to update | |
| collectionIdOrName | Yes | The name or ID of the collection |