ContributionsMost RecentMost LikesSolutionsOverride 403 response and make it 400 instead. Is this possible? 403: description: An error occurred. content: application/json: schema: type: object properties: code: type: integer default: 400 message: type: string default: An error occurred. So far this lead me to nothing. Help! Thanks!