Endpoint Examples
Create Plant
Creates a new plant in the store
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Plant to add to the store
The body is of type object
.
Response
200
application/json
plant response
The response is of type object
.