mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Change cat name
After recent events it is probably better to use a different name for the cat.
This commit is contained in:
parent
c9d8d34e79
commit
837a7e7873
1 changed files with 2 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ curl "http://example.com/api/kittens"
|
|||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Isis",
|
||||
"name": "Max",
|
||||
"breed": "unknown",
|
||||
"fluffiness": 5,
|
||||
"cuteness": 10
|
||||
|
|
@ -145,7 +145,7 @@ curl "http://example.com/api/kittens/2"
|
|||
```json
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Isis",
|
||||
"name": "Max",
|
||||
"breed": "unknown",
|
||||
"fluffiness": 5,
|
||||
"cuteness": 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue