mirror of
https://github.com/danbulant/api_docs
synced 2026-06-20 06:41: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,
|
"id": 2,
|
||||||
"name": "Isis",
|
"name": "Max",
|
||||||
"breed": "unknown",
|
"breed": "unknown",
|
||||||
"fluffiness": 5,
|
"fluffiness": 5,
|
||||||
"cuteness": 10
|
"cuteness": 10
|
||||||
|
|
@ -145,7 +145,7 @@ curl "http://example.com/api/kittens/2"
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"name": "Isis",
|
"name": "Max",
|
||||||
"breed": "unknown",
|
"breed": "unknown",
|
||||||
"fluffiness": 5,
|
"fluffiness": 5,
|
||||||
"cuteness": 10
|
"cuteness": 10
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue