mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +00:00
commit
47cca3d8e7
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