Swagger Petstore - OpenAPI 3.0· docs by DocoAPI
v1.0.27

ApiResponse

Properties

NameTypeRequiredExample / Values
object
codeinteger (int32)optional
Example:0
typestringoptional
Example:"string"
messagestringoptional
Example:"string"

Example

{
  "code": 0,
  "type": "string",
  "message": "string"
}

Used In

POST/pet/{petId}/uploadImage