POST
/
plants
{
  "name": "<string>",
  "tag": "<string>"
}

Authorizations

Authorization
string
header
required

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.