The last_access timestamp in the ApiClient model is not updating correctly in some cases. I observed this when:
- Creating a new API client.
- Using Swagger UI to make queries.
- Checking the
last_access field and noticing that it was not updated as expected.
This needs further investigation to determine:
- Where
last_access is currently updated.
- If there are gaps in coverage where API interactions should trigger an update but don't.
- How we can ensure
last_access remains a reliable indicator of an ApiClient record's activity.