File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ generate them, leading to client errors.
121
121
MISC:
122
122
123
123
* Various documentation fixes and improvements [ GH-685 ] [ GH-688 ] [ GH-697 ]
124
- [ GH-710 ] [ GH-715 ]
124
+ [ GH-710 ] [ GH-715 ] [ GH- 831 ]
125
125
126
126
## 0.3.1 (October 6, 2015)
127
127
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ The following HTTP status codes are used throughout the API.
87
87
- ` 200 ` - Success with data.
88
88
- ` 204 ` - Success, no data returned.
89
89
- ` 400 ` - Invalid request, missing or invalid data.
90
- - ` 401 ` - Unauthorized , your authentication details are either
90
+ - ` 403 ` - Forbidden , your authentication details are either
91
91
incorrect or you don't have access to this feature.
92
92
- ` 404 ` - Invalid path. This can both mean that the path truly
93
93
doesn't exist or that you don't have permission to view a
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ The following HTTP status codes are used throughout the API.
133
133
- ` 204 ` - Success, no data returned.
134
134
- ` 400 ` - Invalid request, missing or invalid data. See the
135
135
"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
137
137
incorrect or you don't have access to this feature.
138
138
- ` 404 ` - Invalid path. This can both mean that the path truly
139
139
doesn't exist or that you don't have permission to view a
You can’t perform that action at this time.
0 commit comments