Update documentation to be consistent with return codes

Fixes #831
This commit is contained in:
Jeff Mitchell 2015-12-10 10:26:40 -05:00
parent 9d574dd5d5
commit e25b3ad344
3 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ generate them, leading to client errors.
MISC:
* Various documentation fixes and improvements [GH-685] [GH-688] [GH-697]
[GH-710] [GH-715]
[GH-710] [GH-715] [GH-831]
## 0.3.1 (October 6, 2015)

View File

@ -87,7 +87,7 @@ The following HTTP status codes are used throughout the API.
- `200` - Success with data.
- `204` - Success, no data returned.
- `400` - Invalid request, missing or invalid data.
- `401` - Unauthorized, your authentication details are either
- `403` - Forbidden, your authentication details are either
incorrect or you don't have access to this feature.
- `404` - Invalid path. This can both mean that the path truly
doesn't exist or that you don't have permission to view a

View File

@ -133,7 +133,7 @@ The following HTTP status codes are used throughout the API.
- `204` - Success, no data returned.
- `400` - Invalid request, missing or invalid data. See the
"validation" section for more details on the error response.
- `401` - Unauthorized, your authentication details are either
- `403` - Forbidden, your authentication details are either
incorrect or you don't have access to this feature.
- `404` - Invalid path. This can both mean that the path truly
doesn't exist or that you don't have permission to view a