bunasyrungyz
  1. pet
bunasyrungyz
  • Start your Apidog journey
  • download pdf Color Third Edition A workshop for artists and designers by David Hornung
  • V Latin American Conference on Bioimpedance Proceedings of CLABIO 2024 November 26-29 2024 Joinville Brazil by Pedro Bertemes-Filho on Ipad
  • DOWNLOADS Only Smoke by Juan José Millás Thomas Bunstead Daniel Hahn
  • Pdf ePub Sean Alemayehu Tewodros Giorgis Presents... Inscribed By 9Ruby Prince Intergalactic Ambassador Blessed Are Those O Children of Ancient Israel Abyssinia America Da
  • download pdf Gwelf The Survival Guide by Larry MacDougall
  • Download PDF Dark Matter Evidence Theory and Constraints by David J. E. Marsh David Ellis Viraf M. Mehta
  • Download Pdf The Quotable Jefferson by Thomas Jefferson John P. Kaminski
  • Online Read Ebook A Tribute of Fire by Sariah Wilson
  • The Only One Left A Novel by Riley Sager on Iphone New Format
  • Magnolia Parks by Jessa Hastings on Iphone New Format
  • Lessons from Eviction Court How We Can End Our Housing Crisis by Fran Quigley on Iphone New Format
  • Download Pdf A Field Guide to Urban Plants Common Species of Pavements Walls and Waste Ground by Julia Krohmer Alexandra-Maria Klein
  • PDF EPUB Download Lili Is Crying by Hïlïne Bessette Kate Briggs Full Book
  • PDF DOWNLOAD I Rock A Geology Tale by Katie Slivensky Steph Stilwell on Iphone
  • PDF EPUB Download A Spy Like Me Six days. Three agents. One chance to find James Bond. by Kim Sherwood Full Book
  • PDF Download Rebuilding Milo The Lifters Guide to Fixing Common Injuries and Building a Strong Foundation for Enhancing Performance by Aaron Horschig Sonthana Kevin
  • PDF EPUB Download Not for the Faint of Heart A Novel by Lex Croucher Full Book
  • Download PDF Global City Diplomacy and International Law Legislation and Implementation by Agnieszka Szpak
  • PDF DOWNLOAD Oopsie the Oop A Beautifully-illustrated Story About Finding Your Place in the World by Tom Phipps on Iphone
  • PDF Kindle Faith Love Narcissism by Amiana Monik
  • Download Pdf Spider-Gwen The Ghost-Spider Vol. 2 - Unraveled by Stephanie Phillips Paolo Villanelli Von Randal Mark Brooks
  • Firefly Song Lynn Frierson Faust and the Great Smoky Mountain Discovery by Colleen Paeff Ji-Hyuk Kim on Ipad
  • The Stopover by T L Swan on Audiobook New
  • Two-Headed Doctor Listening For Ghosts in Dr. Johns Gris-Gris by David Toop on Audiobook New
  • PDF EPUB Download The Maudsley Prescribing Guidelines in Psychiatry by David M. Taylor Thomas R. E. Barnes Allan H. Young Full Book
  • pdf download A Different Kind of Power Ein Memoir - Deutschsprachige Ausgabe by Jacinda Ardern
  • 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 00:33:55
Previous
Add a new pet to the store
Next
Updates a pet in the store with form data
Built with