目录

Update an existing pet

Swagger Petstore

全
  • pet
    • uploads an image
    • Add a new pet to the store
    • Update an existing pet
    • Finds Pets by status
    • Finds Pets by tags
    • Find pet by ID
    • Updates a pet in the store with form data
    • Deletes a pet
  • store
    • Place an order for a pet
    • Find purchase order by ID
    • Delete purchase order by ID
    • Returns pet inventories by status
  • user
    • Creates list of users with given input array
    • Creates list of users with given input array
    • Get user by user name
    • Updated user
    • Delete user
    • Logs user into the system
    • Logs out current logged in user session
    • Create user
本文档使用易文档进行构建
更新日志
    文档
    测试

    Update an existing pet

    websocket测试
    PUT
    /pet

    请求参数

    参数名
    类型
    描述
    必填
    body
    object
    Pet object that needs to be added to the store
    必填
    id
    integer
    可选
    category
    object
    可选
    id
    integer
    可选
    name
    string
    可选
    name
    string
    doggie
    必填
    photoUrls
    array[string]
    必填
    tags
    array[object]
    可选
    id
    integer
    可选
    name
    string
    可选
    status
    string
    可选
    上一篇 Add a new pet to the store
    nextDoc Finds Pets by status
    本文档使用易文档编写, 更新时间: 2020-09-14 21:40
    文章导航
    请输入关键字进行搜索