acexushevegh
  1. pet
acexushevegh
  • Start your Apidog journey
  • PDF EPUB Download Polymer Nanocomposite Membranes in Water Treatment and Desalination Recent Developments Future Opportunities and Sustainable Applications by Md Rezaur Ra
  • AWS Certified Solutions Architect Study Guide Associate SAA-C03 Exam by David Clinton Ben Piper on Audiobook New
  • DOWNLOADS The Death of Vivek Oji by Akwaeke Emezi
  • PDF EPUB Download Remnants of Filth Yuwu Novel Vol. 7 Special Edition by Rou Bao Bu Chi Rou St Full Book
  • DOWNLOAD PDF EPUB The Complete Summer I Turned Pretty Trilogy The Summer I Turned Pretty Its Not Summer Without You Well Always Have Summer by Jenny Han
  • Polybius by Collin Armstrong on Ipad
  • Pdf ePub Uproar in Midport Village A MINECRAFT MOVIE by Golden Books download ebook
  • DOWNLOADS A Sip of Yesterday by Stephanie Doering
  • Love Misha by Askel Aden on Iphone New Format
  • Download Pdf Quedará el amor Love Will Remain by Alice Kellen
  • Read online So Drunk A Tooths Gotta Go Essays on Dating Hacks Breakups Traveling Comedy The Gig Economy More by Joy Alicia
  • Online Read Ebook Japans Financial System New Perspectives and Potential Risks in the Post-Global Financial Crisis Era by Tokuo Iwaisako
  • DOWNLOADS Geography A Visual Encyclopedia by DK
  • DOWNLOADS Language Teacher Emotion Regulation An Exploration in Japan by Sam Morris
  • PDF Download Appendix N revised and expanded edition Weird Tales From the Roots of Dungeons Dragons by Peter Bebergal Adrian Tchaikovsky Ann VanderMeer
  • download pdf Spurred On by Elle Jordan
  • Online Read Ebook London Particular by Christianna Brand
  • The Unveiled Tarot An 80-Card Deck and Guidebook by Jesse Lonergan Mike Mignola on Iphone New Format
  • download pdf Gingko Season A Novel by Naomi Xu Elegant
  • Read Pdf Writing Mr. Right A Novel by Alina Khawaja
  • Michael Freeman on Color and Tone The Ultimate Photography Masterclass by Michael Freeman on Audiobook New
  • Download Pdf Elsewhere by Shelby Matheson
  • Pdf ePub The Legend of Albert Jacka From the shores of Gallipoli to the battlefields of France the epic story and fierce battles of the first Australian soldier to be award
  • PDF Kindle Puck Shy A Spicy Valentines Day Novella by Kayla Grosse
  • Home of Fire and Tempest Book Three of the Sorrowborn Trilogy by April Davis Kevin A Davis on Audiobook New
  • pet
    • Find pet by ID
      GET
    • Finds Pets by status
      GET
    • Finds Pets by tags
      GET
    • uploads an image
      POST
    • Add a new pet to the store
      POST
    • Update an existing pet
      PUT
    • Updates a pet in the store with form data
      POST
    • Deletes a pet
      DELETE
  • store
    • Returns pet inventories by status
    • Place an order for a pet
    • Find purchase order by ID
    • Delete purchase order by ID
  • user
    • Creates list of users with given input array
    • Get user by user name
    • Update user
    • Delete user
    • Logs user into the system
    • Logs out current logged in user session
    • Creates list of users with given input array
    • Create user
  1. pet

Add a new pet to the store

POST
/pet
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/pet' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{
    "id": "100"
}

Request

Authorization
OAuth 2.0
Implicit
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Authorize URL: https://petstore.swagger.io/oauth/authorize
Scopes:
read:pets-read your pets
write:pets-modify pets in your account
or
Body Params application/json

Examples

Responses

🟢200OK
application/json
Body

Modified at 2025-08-22 00:44:21
Previous
uploads an image
Next
Update an existing pet
Built with