Knowledges
Update Files
Creates a new plant in the store
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
id
integer
requiredIdentification number of the plant
tag
string
Tag to specify the type
Response
200 - application/json
name
string
requiredThe name of the plant
tag
string
Tag to specify the type