Endpoint Examples
Create Plant
POST
/
plants
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredThe name of the plant
tag
string
Tag to specify the type
id
integer
requiredIdentification number of the plant
Response
200 - application/json
name
string
requiredThe name of the plant
tag
string
Tag to specify the type