Pet Store Demo
  1. Sample Schemas
Pet Store Demo
  • 🐶 Walk through Apidog
  • Sample APIs
    • Deletes a pet
      DELETE
  • Find pet by ID
    GET
  • Finds Pets by status
    GET
  • Add a new pet to the store
    POST
  • Update an existing pet
    PUT
  • Pet User ID
    GET
  • API-Token
    GET
  • Apidog Echo
    GET
  • sayHello
    POST
  • New Request
    GET
  • Weather
    GET
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Sample Schemas

Category

{
    "id": 1,
    "name": "string"
}
Built with