Skip to main content

uploads an image

POST 

/pet/:petId/uploadImage

URLDescription
https://petstore.swagger.io/v2Default server
https://petstore.swagger.io/sandboxSandbox server
http://127.0.0.1:4010Prism Mock API (local)

Request

Path Parameters

    petId int64required

    ID of pet to update

Body

    string

Responses

successful operation

Schema

    code int32
    type string
    message string
Loading...