Plants

Create a plant

Create a plant.

post/api/v1/plants

Request body

tokenstring required

Example request

{
  "token": "YOUR TOKEN IS HERE",
  "item": {
    "harvest_date": "2021-03-11"
  }
}

Response

Created

Changes