Rest API - Error Handling
You receive this Problem Details JSON response:
What HTTP status code should the server return along with this response?
{"type": "https://example.com/probs/forbidden-action", "title": "Action Forbidden", "status": 403, "detail": "You are not allowed to perform this action."}What HTTP status code should the server return along with this response?
