English
cURL
curl --request PATCH \ --url http://sandbox.mintlify.com/plants/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "id": 123, "tag": "<string>" } '
{ "name": "<string>", "tag": "<string>" }
Patch a single plant based on the ID supplied
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Plant to patch to the store
The name of the plant
Identification number of the plant
Tag to specify the type
plant response