Skip to content

Commit 583882e

Browse files
committed
Update documentation to be consistent with return codes
Fixes #831
1 parent c1151dd commit 583882e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ generate them, leading to client errors.
121121
MISC:
122122

123123
* Various documentation fixes and improvements [GH-685] [GH-688] [GH-697]
124-
[GH-710] [GH-715]
124+
[GH-710] [GH-715] [GH-831]
125125

126126
## 0.3.1 (October 6, 2015)
127127

api/SPEC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The following HTTP status codes are used throughout the API.
8787
- `200` - Success with data.
8888
- `204` - Success, no data returned.
8989
- `400` - Invalid request, missing or invalid data.
90-
- `401` - Unauthorized, your authentication details are either
90+
- `403` - Forbidden, your authentication details are either
9191
incorrect or you don't have access to this feature.
9292
- `404` - Invalid path. This can both mean that the path truly
9393
doesn't exist or that you don't have permission to view a

website/source/docs/http/index.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The following HTTP status codes are used throughout the API.
133133
- `204` - Success, no data returned.
134134
- `400` - Invalid request, missing or invalid data. See the
135135
"validation" section for more details on the error response.
136-
- `401` - Unauthorized, your authentication details are either
136+
- `403` - Forbidden, your authentication details are either
137137
incorrect or you don't have access to this feature.
138138
- `404` - Invalid path. This can both mean that the path truly
139139
doesn't exist or that you don't have permission to view a

0 commit comments

Comments
 (0)