Merge pull request #243 from uLan08/patch-1
Forbidden should be 403 not 406
This commit is contained in:
commit
cc2f6b2b5b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue