Actions
Task #131
openunify 404 handling
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
04/06/2026
Due date:
% Done:
0%
Estimated time:
Engineering Effort:
medium
App Component:
API
Feature:
Description
There's stuff like this all over the place:
updated = service.update_session(session_id, user_id, data)
if not updated:
return '', 404
But the db exceptions file has an "etitynotfound" exception.
We should use that everywhere instead of bespoke handling for 404s all over the place.
Actions