mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +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,
|
||||
"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