API Reference
Add image to a cat by id.
Your can only add an image to a cat that you have created.
PATCH
/
api
/
meows
/
{id}
/
add-image
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe ID of the cat to update with an image.
Body
The body is of type file
.
Response
200 - application/json
message
string
data
object