Merge pull request #243 from uLan08/patch-1

Forbidden should be 403 not 406
This commit is contained in:
Rico Sta. Cruz 2017-11-27 19:34:58 +08:00 committed by GitHub
commit cc2f6b2b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ title: RESTful API
### Error status
* `401 Unauthorized` - not authenticated
* `406 Forbidden` - authenticated but no permissions
* `403 Forbidden` - authenticated but no permissions
* `422 Unprocessable entity` - validation
### Errors