Update cat details

PUT {{url}}/cats/:id

Update details of a cat, identified by id

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"data":{"id":1,"name":"Fury","breed":"Abyssinian","owner":{"id":1,"name":"John Doe"}}}