Update plant attribute
hortusfox_update_plantUpdate a specific attribute of a plant, such as its name, location, or humidity, by providing the plant ID, attribute key, and new value.
Instructions
Update a single attribute of a plant by name (e.g. name, location, description, humidity, etc.). Endpoint: /api/plants/update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plant | Yes | The plant ID to update. | |
| value | Yes | The new value for the attribute. | |
| attribute | Yes | The attribute/field key to change. |