Skip to main content
OwnDocs
POST/petOAuth 2.0
Request Example
curl -X POST "/pet"
PUT/petOAuth 2.0
Request Example
curl -X PUT "/pet"
GET/pet/findByStatusOAuth 2.0
Request Example
curl -X GET "/pet/findByStatus"
GET/pet/findByTagsOAuth 2.0
Request Example
curl -X GET "/pet/findByTags"
GET/pet/{petId}API Key
Request Example
curl -X GET "/pet/{petId}"
POST/pet/{petId}OAuth 2.0
Request Example
curl -X POST "/pet/{petId}"
DELETE/pet/{petId}OAuth 2.0
Request Example
curl -X DELETE "/pet/{petId}"
POST/pet/{petId}/uploadImageOAuth 2.0
Request Example
curl -X POST "/pet/{petId}/uploadImage"
Was this page helpful?