update_record
Modify an existing record in a PocketBase database by specifying the collection, record ID, and updated data to ensure accurate and efficient data management.
Instructions
Update an existing record
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
data | Yes | Updated record data | |
id | Yes | Record ID |