mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +00:00
commit
67263d8db4
1 changed files with 3 additions and 3 deletions
|
|
@ -106,7 +106,7 @@ This endpoint retrieves all kittens.
|
||||||
|
|
||||||
### HTTP Request
|
### HTTP Request
|
||||||
|
|
||||||
`GET http://example.com/kittens`
|
`GET http://example.com/api/kittens`
|
||||||
|
|
||||||
### Query Parameters
|
### Query Parameters
|
||||||
|
|
||||||
|
|
@ -136,7 +136,7 @@ api.kittens.get(2)
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl "http://example.com/api/kittens/3"
|
curl "http://example.com/api/kittens/2"
|
||||||
-H "Authorization: meowmeowmeow"
|
-H "Authorization: meowmeowmeow"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -164,5 +164,5 @@ This endpoint retrieves a specific kitten.
|
||||||
|
|
||||||
Parameter | Description
|
Parameter | Description
|
||||||
--------- | -----------
|
--------- | -----------
|
||||||
ID | The ID of the cat to retrieve
|
ID | The ID of the kitten to retrieve
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue