HHW
Schemas
Copy Page
HHW
Start your Apidog journey
Sample APIs
Find pet by ID
GET
Add a new pet to the store
POST
Update an existing pet
PUT
Deletes a pet
DELETE
Finds Pets by status
GET
test
/plants
GET
/plants
POST
/plants/{id}
DELETE
chenlei
Fruit Resource
List
Delete
Add
Schemas
Sample Schemas
Pet
Category
Tag
Schemas
Plant
Fruit
NewPlant
Error
Schemas
Copy Page
NewPlant
{
"name"
:
"string"
,
"tag"
:
"string"
,
"id"
:
0
}