uvirapoficink
  1. pet
uvirapoficink
  • Start your Apidog journey
  • Read online Train Japan The Essential Rail Guide to Japan by Steve Wide Michelle Mackintosh
  • epub download Principles of Neural Science Sixth Edition by Thomas M. Jessell Steven A. Siegelbaum Eric R. Kandel
  • Song for Someone The Musical Life of Kenny Wheeler by Brian Shaw Nick Smart on Iphone New Format
  • Pens Down Swords Up Throw Your Studies to the Wind Volume 2 by Mao Nishiura Maro Emily Nelson on Ipad
  • PDF EPUB Download Stop Lying to Yourself 101 Hard Truths to Help You Change Your Life by Simon Gilham Full Book
  • Download Pdf Umma A Korean Moms Kitchen Wisdom and 100 Family Recipes by Sarah Ahn Nam Soon Ahn Americas Test Kitchen
  • The Darkness Outside Us by Eliot Schrefer on Iphone New Format
  • epub download Introduction to Marine Dynamics by Armin W. Troesch
  • Download PDF Ordinary Love A Novel by Marie Rutkoski
  • download pdf Why Belize by Rodney Nelsestuen
  • Read online The Elephants Birthday Ready-to-Read Level 2 by Cynthia Rylant Janna Mattia
  • Download Pdf AI Engineering Building Applications with Foundation Models by Chip Huyen
  • PDF EPUB Download Living Fearless Guided Journal Exchanging the Lies of the World for the Liberating Truth of God by Jamie Winship Full Book
  • epub download Mini Coloring Cuteness A Pusheen Coloring Activity Book by Claire Belton
  • DOWNLOAD PDF EPUB Wild Edible Plants of Arkansas by
  • PDF Kindle The Disclosure by Mel Taylor
  • Solid Waste Management in Canada Approaches Practices and Experiences by Anderson Assuah Kelvin Tsun Wai Ng on Audiobook New
  • PDF Kindle Spider-Man No Way Home The Art of the Movie by Jess Harrold
  • PDF 50 Italian Coffee Breaks Short activities to improve your Italian one cup at a time by Coffee Break Languages
  • epub download The Last Dangerous Visions by Harlan Ellison J. Michael Straczynski Max Brooks James S. A. Corey Richard Peck
  • epub download Stranger Things El vuelo de Ícaro Stranger Things Icaruss Flight by Caitlin Schneiderhan
  • Download PDF The Monocle Travel Guide to London Updated Version by Monocle
  • PDF Download The Complete Illustrated Kama Sutra by Lance Dane Vatsyayana
  • Poverty in Latin America Feelings Perceptions vs Material Conditions by Verónica Amarante Maira Colacce Federico Scalese on Ipad
  • Read Pdf Stiff News by Catherine Aird
  • PDF DOWNLOAD El derecho a las cosas bellas Vindicación de la vida holgada by Juan Evaristo Valls Boix on Iphone
  • pdf download After God Vol. 3 by Sumi Eno
  • Online Read Ebook Be Aware of That Nursing Home How We Got Here.and What to Know by Richard Danford
  • Pdf ePub Management of Moderate or Severe Traumatic Brain Injury by Saeed Kayhanian Erta Beqiri Ari Ercole Adel Helmy download ebook
  • The Bodybuilders Meal Prep Cookbook 64 Make-Ahead Recipes and 8 Macro-Friendly Meal Plans by Erin Stern on Iphone New Format
  • 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 22:09:55
Previous
Add a new pet to the store
Next
Updates a pet in the store with form data
Built with