Bug #2579
JSON Data Payload
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
09/03/2026
Due date:
% Done:
0%
Estimated time:
Description
{
"event_id": 101,
"bed_id": 4,
"general_actions": ["Weeded", "Watered"],
"plant_matrix": [
{
"plant_id": 12,
"actions": ["Pruning", "Commenting"],
"comment": "Cut back frost damage on main stems."
},
{
"plant_id": 13,
"actions": ["Propagating"],
"comment": "Took 3 soft-wood cuttings."
}
]
}