API Reference
Update a cat by id.
You can only update cats that you have created.
PUT
/
api
/
meows
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredid of the cat.
Body
application/json
name
string | null
breed
string | null
image
string | null
personality
enum<string>
Available options:
Playful
, Calm
, Bold
, Affectionate
, Energetic
, Gentle
, Curious
, Confident
, Friendly
, Mysterious
Response
200 - application/json
message
string
data
object