Update cat details
PUT {{url}}/cats/:id
Update details of a cat, identified by id
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"data":{"id":1,"name":"Fury","breed":"Abyssinian","owner":{"id":1,"name":"John Doe"}}}