othungypongi
  1. pet
othungypongi
  • Start your Apidog journey
  • The Magic of Code How Digital Language Created and Connects Our World-and Shapes Our Future by Samuel Arbesman on Audiobook New
  • Private Revolutions Four Women Face Chinas New Social Order by Yuan Yang on Audiobook New
  • PDF EPUB Download The Cambridge History of the Holocaust Volume 4 Aftermath Outcomes Repercussions by Laura Jockusch Devin O. Pendas Full Book
  • PDF Reinventing the American Thoroughbred The Arabian Adventures of Alexander Keene Richards by Gary A. ODell
  • Deep Weird The Varieties of High Strangeness Experience by Jack Hunter Jeffrey J. Kripal on Audiobook New
  • Read online High-Tech Heroes Why Gen Z Is Our Last And Best Chance To Save The Planet by Pete Dulcamara
  • DOWNLOAD PDF EPUB The Comics Journal 311 by Kate Beaton Gary Groth Austin English Kristy Valenti
  • PDF Born Inside a Nest So Small by Iza Trapani
  • Download Pdf Luther First of the Fallen by Gav Thorpe
  • PDF Kindle The Gardener of Lashkar Gah The Afghans who Risked Everything to Fight the Taliban by Larisa Brown
  • Online Read Ebook The Daughters War by Christopher Buehlman
  • Online Read Ebook The German Navy in World War II The Kriegsmarine in World War II by Nigel Thomas Johnny Shumate
  • Read online Teenage Mutant Ninja Turtles 40th Anniversary Comics Celebration-The Deluxe Edition by Jim Lawson Sophie Campbell Kevin Eastman Pablo Tunica Khary Randolph
  • pdf download Strange Houses A Novel by Uketsu Jim Rion
  • PDF Download Ella Josephine Resident in Charge Book 2 by Nina LaCour Sònia Albert
  • Rainbows After Storms Vol. 4 by Luka Kobachi on Ipad
  • Download Pdf Reborn as a Space Mercenary I Woke Up Piloting the Strongest Starship Light Novel Vol. 7 by Ryuto Shuinichi Matsui Tetsuhiro Nabeshima
  • PDF DOWNLOAD Twisted Vows by Jordan Blake on Iphone
  • PDF EPUB Download Mezze More than 50 recipes for dips salads other small plates to share by Ryland Peters Small Full Book
  • PDF The Princeton Field Guide to Predatory Dinosaurs by Gregory S. Paul
  • download pdf Wool Collectors Edition Book One of the Silo Series by Hugh Howey
  • PDF EPUB Download Matzah and Flour Recipes from the History of the Sephardic Jews by Hélène Jawhara Piñer Full Book
  • Online Read Ebook The Science of Beauty Debunk the Myths and Discover What Goes into Your Beauty Routine by Michelle Wong
  • Read Pdf Finding Me A Memoir by Viola Davis
  • Pdf ePub The Temple of Fortuna by Elodie Harper download ebook
  • PDF The Inescapable Immune Escape Pandemic by Geert Vanden Bossche MD Phd
  • Harry Potter y la cámara secreta Ed. Minalima Harry Potter and the Chamber o f Secrets by J. K. Rowling on Iphone New Format
  • To Smithereens by Rosalyn Drexler on Ipad
  • Pdf ePub Sinister MMM Romance by West Greene download ebook
  • Pdf ePub New Education Policy Sustainable Development and Nation Building Perspectives Issues and Challenges by Manish K. Verma download ebook
  • 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

Update an existing pet

PUT
/pet
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/pet' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
200 - Example 1
{
    "id": 57619952,
    "category": {
        "id": 97056790,
        "name": "Mona Kshlerin"
    },
    "name": "doggie",
    "photoUrls": [
        "https://loremflickr.com/400/400?lock=190427740691304",
        "https://loremflickr.com/400/400?lock=5512522463237719",
        "https://loremflickr.com/400/400?lock=1184069713463914"
    ],
    "tags": [
        {
            "id": 1230446,
            "name": "Timmy Schiller"
        },
        {
            "id": 310656,
            "name": "Ricardo Emard PhD"
        }
    ],
    "status": "pending"
}

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

🟠400Bad Request
🟠404Record Not Found
🟠405405
Modified at 2025-08-19 17:38:00
Previous
Add a new pet to the store
Next
Updates a pet in the store with form data
Built with