Issue summary
When an authenticated yet unauthorized user (not a core member nor a staff user) tries to access the UpdateClubView endpoint with a club id that does not exist in the database, API returns HTTP404 instead of HTTP403.
Steps to reproduce
Modify the permissions to access the endpoint
Versions
- Python:
- Django:
- Node:
- React:
- Browser:
Terms
Any other relevant information?

Issue summary
When an authenticated yet unauthorized user (not a core member nor a staff user) tries to access the
UpdateClubViewendpoint with a club id that does not exist in the database, API returnsHTTP404instead ofHTTP403.Steps to reproduce
Modify the permissions to access the endpoint
Versions
Terms
Any other relevant information?