Edit custom plant attribute
hortusfox_edit_plant_attributeEdit a plant's existing custom attribute by its label, providing a new value and data type.
Instructions
Edit an existing custom attribute of a plant, identified by its label. Endpoint: /api/plants/attributes/edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | The existing attribute label to edit. | |
| plant | Yes | The plant ID. | |
| content | Yes | New attribute value/content. | |
| datatype | Yes | Attribute data type. |