Adobe Spectrum Hugo Demo Documentation FAQ Technology Radar Tags DocumentationFAQTechnology RadarTags
 

Petstore APIs

Petstore API displayed using Swagger UI

Swagger Petstore
 1.0.0 
OAS3

A sample API that uses a petstore as an example to demonstrate features in the OpenAPI 3.0 specification

Servers

default

GET​/pets
findPets
POST​/pets
addPet
DELETE​/pets​/{id}
deletePet
GET​/pets​/{id}
find pet by id

Schemas

Error
NewPet
Pet