跳轉到主要內容
WEBHOOK
/
plant
/
webhook
{
  "name": "<string>",
  "id": 123,
  "tag": "<string>"
}

授權

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

主體

application/json

Plant added to the store

name
string
必填

The name of the plant

id
integer<int64>
必填

Identification number of the plant

tag
string

Tag to specify the type

回應

200

Return a 200 status to indicate that the data was received successfully