fafesseboqyng
  1. pet
fafesseboqyng
  • Start your Apidog journey
  • PDF Back in Ibiza 1998-2003 by Dean Chalkley
  • Read pdf Kaiju No. 8 Vol. 13 by Naoya Matsumoto
  • PDF Kindle Behind the Waterline by Kionna Walker LeMalle
  • PDF Kindle Net Values Environmental Economic and Social Entanglements in the Gulf of California by Nicole D. Peterson
  • Download Pdf Cinderella Closet Vol. 6 by Wakana Yanai
  • PDF Kindle Born Inside a Nest So Small by Iza Trapani
  • DOWNLOAD PDF EPUB The Old Breed... The Complete Story Revealed A Father A Son and How WWII in the Pacific Shaped Their Lives by W. Henry Sledge
  • PDF After Paris by Mary Ellen Taylor
  • Read Pdf The Love Hypothesis by Ali Hazelwood
  • Download Pdf The Dare by Natasha Preston
  • PDF Kindle Sugar Baby by Celine Saintclare
  • PDF Kindle Mathematical Tools for Telemedicine by Michele Nichelatti
  • Read pdf Is That a Boat A playful and imaginative story that celebrates friendship active play and the joy of doing things together. by J Han
  • The Mistress The Renowned A Hades and Persephone Retelling by Alexis Rune Jeanette Rose on Iphone New Format
  • DOWNLOADS Heavenly Swords of the Twin Stars Volume 6 by Riku Nanano cura Stephanie Liu
  • Read online Orbital by Samantha Harvey
  • PDF EPUB Download The Center Game A Perfectly Playable Chess Opening Surprise by Arne Moll Full Book
  • PDF Modeling and Painting Vietnam Wargames by Michael Farnworth
  • The Game Masters Book of Instant Towns and Cities 160 unique villages towns settlements and cities ready-on-demand plus random generators for NPCs side quests bars sho
  • epub download Indefensible Spaces Policing and the Struggle for Housing by Rahim Kurwa
  • Download PDF Laura kiertueella by Leena Kotila
  • PDF Download Human Nature A Naturalists Thoughts on Wildlife and Wild Places by Ian Carter
  • Las 8 reglas del amor. Cómo encontrarlo mantenerlo y dejarlo ir 8 Rules of Lo ve by Jay Shetty on Iphone New Format
  • epub download Critical Role Vox Machina Coloring Book by Critical Role Olivia Samson CoupleOfKooks Noah Hayes Cait May
  • pdf download Virgil Abloh Figures of Speech by Michael Darling
  • PDF Kindle Internationale Institutionen Typen Theorien und Themenfelder by Susanne Lütz Anja Menzel
  • Download PDF Eclipse Collections Categorically Level up your programming game by Donald Raab
  • PDF EPUB Download No tan rápido Breve historia de las ideas sobre la tecnología by Doug Hill Silvia Bizcarret Full Book
  • epub download Passions in Death An Eve Dallas Novel by J. D. Robb
  • Download Pdf Bark The Science of Helping Your Anxious Fearful or Reactive Dog by Zazie Todd Cat Warren
  • 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-23 21:33:15
Previous
Add a new pet to the store
Next
Updates a pet in the store with form data
Built with