Skip to content
\n

Any request to that endpoint in this example will return a 400 error response with a forbidden code. Is there any way to specify a status code?

","upvoteCount":1,"answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"

Django REST framework has different type of exceptions for different status codes. ValidationError will always return a status code 400. In case you want to have 403 status code you need to raise a PermissionDenied exception.

","upvoteCount":1,"url":"https://github.com/django-json-api/django-rest-framework-json-api/discussions/1128#discussioncomment-4938039"}}}
Discussion options

You must be logged in to vote

Django REST framework has different type of exceptions for different status codes. ValidationError will always return a status code 400. In case you want to have 403 status code you need to raise a PermissionDenied exception.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Nekidev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants