HHW
  1. Schemas
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
  1. Schemas

NewPlant

{
    "name": "string",
    "tag": "string",
    "id": 0
}
Built with