Jump to Content
localization sample 2
GuidesRecipesAPI ReferenceChangelogDiscussions
v1.0

Log Inlocalization sample 2
API Reference
Log In
v1.0GuidesRecipesAPI ReferenceChangelogDiscussions

Swagger Petstore

  • pet
    • Add a new pet to the storepost
    • Update an existing petput
    • Finds Pets by statusget
    • Finds Pets by tagsget
    • Find pet by IDget
    • Updates a pet in the store with form datapost
    • Deletes a petdel
    • Uploads an imagepost
  • store
    • Returns pet inventories by statusget
    • Place an order for a petpost
    • Find purchase order by IDget
    • Delete purchase order by IDdel
  • user
    • Create userpost
    • Creates list of users with given input arraypost
    • Creates list of users with given input arraypost
    • Logs user into the systemget
    • Logs out current logged in user sessionget
    • Get user by user nameget
    • Updated userput
    • Delete userdel
Powered by 

Add a new pet to the store

post http://petstore.swagger.io/v2/pet
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!