latestOpenAPI 3.0.02026-08-10330179317.3 KB
0534e4d70b77
Plants
Create a plant
Create a plant.
post/api/v1/plants
Request body
Example request
{
"token": "YOUR TOKEN IS HERE",
"item": {
"harvest_date": "2021-03-11"
}
}Response
Created
Create a plant.
{
"token": "YOUR TOKEN IS HERE",
"item": {
"harvest_date": "2021-03-11"
}
}Created