cURL
curl --request POST \ --url http://sandbox.mintlify.com/plants \ --header 'Content-Type: application/json' \ --header 'bearerAuth: Bearer <token>' \ --data '{ "name": "Monstera Deliciosa", "id": 1, "tag": "<string>", "related_plants": [ { "name": "<string>" } ] }'
{ "name": "Monstera Deliciosa", "tag": "<string>", "related_plants": [ { "name": "<string>" } ] }
Creates a new plant in the store
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Plant to add to the store
The name of the plant
Identification number of the plant
Pure-string tag to specify the type
Related plants
Show child attributes
Plant name
plant response