curl --request POST \
--url http://sandbox.mintlify.com/plants \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"id": 123,
"tag": "<string>"
}
'{
"name": "<string>",
"tag": "<string>"
}Creates a new plant in the store
curl --request POST \
--url http://sandbox.mintlify.com/plants \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"id": 123,
"tag": "<string>"
}
'{
"name": "<string>",
"tag": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.lynxly.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Plant to add to the store
Was this page helpful?