Skip to content

Commit

Permalink
Forbidden should be 403 not 406
Browse files Browse the repository at this point in the history
  • Loading branch information
uLan08 committed Nov 8, 2017
1 parent 6bfd554 commit 7fee5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fee5b9

Please sign in to comment.