apalawupolyk
  1. pet
apalawupolyk
  • Start your Apidog journey
  • Download Pdf The Only Neurology Book Youll Ever Need by Alison I. Thaler Malcolm S. Thaler
  • epub download All or Nothing How Trump Recaptured America by Michael Wolff
  • The Brothers Karamazov A New Translation by Michael R. Katz by Fyodor Dostoevsky Michael R. Katz on Iphone New Format
  • pdf download Normal People A Novel by Sally Rooney
  • download pdf Your Body Already Knows Intuitive Ayurveda 21 Days to Reset your Gut Sleep Mood and Health by Nidhi Bhanshali Pandya Jasmine Hemsley
  • download pdf The Transformative Magic of M Code in Power Query Excel Power BI A BEGINNERS GUIDE TO MASTERING THE ART OF DATA METAMORPHOSIS TO GET JUST THE DATA STRUCTURE NE
  • PDF EPUB Download Praise Me When Im a Good Boy by Yodaka Kuroi Emma Schumacker Full Book
  • Mamenchisaurus Amusement Park by Mao Xiao on Audiobook New
  • pdf download Eleanor Park by Rainbow Rowell
  • DOWNLOADS A Good Life by Virginie Grimaldi Hildegarde Serle
  • PDF Download Making It in America The Almost Impossible Quest to Manufacture in the U.S.A. And How It Got That Way by Rachel Slade
  • PDF EPUB Download Danzig Jahre der Freiheit - Roman. Das Finale der beliebten Bestsellersaga by Hilke Sellnick Full Book
  • PDF Download Belonging Citizenship and Muslim Identity A British-French Comparison by Stéphane Hlaimi
  • Pdf ePub The Housemaids Secret by Freida McFadden download ebook
  • Online Read Ebook Analyses for Retaining walls Slope Stability and Landslides Select Proceedings of 8th ICRAGEE 2024 by Rajib Sarkar B.K. Maheshwari Abhishek Kumar
  • Read pdf With Him I Am Safe A 7 Day Devotional by Nikayla A. Benbow
  • Download PDF How to Survive As a Villain 1 by Yi Yi Yi Yi Wang Yi
  • PDF Download The City and Its Uncertain Walls A Novel by Haruki Murakami Philip Gabriel
  • Read online Under the Oak Tree Volume 1 The Novel by Suji Kim
  • pdf download Marzano Mastery Approaches A Decision-Making Process for Competency-Based Schools Strategies to build competency-based practices by Robert J Marzano Bill Zima
  • Download Pdf When the Bosque Ran Clear Life Along the River from Prehistory to the Civil War by Dan Young Jill Alford Rainey Miller Tad Lamb
  • PDF In This Economy How Money Markets Really Work by Kyla Scanlon Morgan Housel
  • Resident Evil Infinite Darkness - The Beginning The Graphic Novel by TOKYOPOP Keith R. A. DeCandido on Audiobook New
  • PDF DOWNLOAD FAUST Love Of The Damned by David Quinn Tim Vigil on Iphone
  • epub download The Starving Saints A Novel by Caitlin Starling
  • 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 19:28:15
Previous
Add a new pet to the store
Next
Updates a pet in the store with form data
Built with