Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 860 Bytes

pet_api.md

File metadata and controls

34 lines (20 loc) · 860 Bytes

pet_api

All URIs are relative to http://localhost:8080

Method HTTP request Description
addPet](pet_api.md#addPet) POST /pet Add a new pet to the store

addPet

addPet(body) Add a new pet to the store

Required Parameters

Name Type Description Notes
body Pet Pet object that needs to be added to the store

Return type

(empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json, application/xml
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]