Skip to main content
POST
/
plants
cURL
curl --request POST \
  --url http://sandbox.mintlify.com/plants \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "tag": "<string>",
  "id": 123
}'
{
  "name": "<string>",
  "tag": "<string>"
}

Authorizations

Authorization
string
header
required

Body

application/json
name
string
required
id
integer
required
tag
string

Response

name
string
required
tag
string