API Reference
Add image to a cat by id.
Your can only add an image to a cat that you have created.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the cat to update with an image.
Body
Binary image data with a valid image content type.
The body is of type file
.