API blocks
A first block:
Add a new pet to the store.
Authorizations
Body
idinteger · int64OptionalExample:
10
namestringRequiredExample:
doggie
photoUrlsstring[]Required
statusstring · enumOptionalPossible values:
pet status in the store
Responses
200
Successful operation
400
Invalid input
422
Validation exception
default
Unexpected error
post
Update an existing pet by Id.
Authorizations
Body
idinteger · int64OptionalExample:
10
namestringRequiredExample:
doggie
photoUrlsstring[]Required
statusstring · enumOptionalPossible values:
pet status in the store
Responses
200
Successful operation
400
Invalid ID supplied
404
Pet not found
422
Validation exception
default
Unexpected error
put
Multiple status values can be provided with comma separated strings.
Authorizations
Query parameters
statusstring · enumOptionalDefault:
Status values that need to be considered for filter
available
Possible values: Responses
200
successful operation
400
Invalid status value
default
Unexpected error
get
Last updated