Consistency fixes

as discussed on commit 84b7705fd1
This commit is contained in:
MK
2015-05-28 18:41:56 -04:00
parent 234d1e197d
commit 06c1641ad1

View File

@@ -106,7 +106,7 @@ This endpoint retrieves all kittens.
### HTTP Request
`GET http://example.com/kittens`
`GET http://example.com/api/kittens`
### Query Parameters
@@ -136,7 +136,7 @@ api.kittens.get(2)
```
```shell
curl "http://example.com/api/kittens/3"
curl "http://example.com/api/kittens/2"
-H "Authorization: meowmeowmeow"
```
@@ -164,5 +164,5 @@ This endpoint retrieves a specific kitten.
Parameter | Description
--------- | -----------
ID | The ID of the cat to retrieve
ID | The ID of the kitten to retrieve