kevumocyrydy
  1. pet
kevumocyrydy
  • Start your Apidog journey
  • PDF EPUB Download A Cage of Crimson by K F Breene Full Book
  • Read pdf Virtus Draconis Precio en Sangre by Edi ïlvarez Mel Gïmez Jorge Ortiz
  • PDF DOWNLOAD Metal Gear Solid 2 The Novel Sons of Liberty by Raymond Benson on Iphone
  • Download Pdf Crimeucopia - A Load Of Balls by Authors Various
  • The Green Witchs Guide to Herbal Magick A Handbook of Green Hearthcraft and Plant-Based Spellcraft by Annabel Margaret on Iphone New Format
  • El hijo del tiempo El descubrimiento de las brujas 4 by Deborah Harkness on Ipad
  • PDF DOWNLOAD Twice as Dead by Harry Turtledove on Iphone
  • DOWNLOAD PDF EPUB Ghosts of a Holy War The 1929 Massacre in Palestine That Ignited the Arab-Israeli Conflict by Yardena Schwartz
  • PDF Knife Drop Creative Recipes Anyone Can Cook by Nick DiGiovanni Gordon Ramsay
  • Pdf ePub Murdle Volume 1 100 Elementary to Impossible Mysteries to Solve Using Logic Skill and the Power of Deduction by G. T. Karber download ebook
  • PDF Kindle Coming in Hot by Josie Juniper
  • PDF DOWNLOAD She and Her Cat Stories by Makoto Shinkai Naruki Nagakawa Ginny Tapley Takemori on Iphone
  • Passions in Death An Eve Dallas Novel by J. D. Robb on Ipad
  • Innkeeper Chronicles Volume 2 Clean Sweep The Graphic Novel by Ilona Andrews ChrossxXxRodes Shinju Ageha on Ipad
  • epub download Cryptography by Panos Louridas
  • download pdf Éramos desconocidos Before We Were Strangers by Renée Carlino
  • A Marvelous Murder by David S Pederson on Iphone New Format
  • PDF Sonic the Hedgehog 3 The Official Movie Novelization by Kiel Phegley
  • PDF Kindle Fourth Wing by Rebecca Yarros
  • PDF DOWNLOAD Silverleaf Rapids by Jodi Thomas on Iphone
  • Pdf ePub Make a Killing A Billie Levine Mystery by Kimberly G. Giarratano download ebook
  • Formelsammlung Wirtschaftsstatistik Wissen kompakt für Studierende und Praktiker by Franz W. Peren on Iphone New Format
  • PDF Download The Nest by Cynthia DAprix Sweeney
  • epub download Someone Knows A Novel by Vi Keeland
  • DOWNLOADS Deeper Mindfulness The New Way to Rediscover Calm in a Chaotic World by Mark Williams Danny Penman
  • DOWNLOADS Drawing the Female Figure A Guide for Manga Hentai and Comic Book Artists by
  • Download Pdf Arrons Halloween Adventure by Arjun Nagappan
  • The Search for Modern China by Jonathan D. Spence Janet Chen on Iphone New Format
  • Dove cadono le comete by Vito di Battista on Iphone New Format
  • Read Pdf Imposible decir adiós We Do Not Part by Han Kang
  • 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-22 21:35:50
Previous
Add a new pet to the store
Next
Updates a pet in the store with form data
Built with