Skip to main content
POST
/
plants
/plants
curl --request POST \
  --url https://apaas.apaas.mypaas.com/plants \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "id": 123,
  "tag": "<string>"
}
'
{
  "name": "<string>",
  "tag": "<string>"
}

Body

application/json
name
string
required

The name of the plant

id
integer<int64>
required

Identification number of the plant

tag
string

Tag to specify the type

Response

plant response

name
string
required

The name of the plant

tag
string

Tag to specify the type