You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Calling the GET /api/visors/{pk}/apps/skychat/logs?since=2022-12-14T12:00:00 does not return the log entries starting from 2022-12-14, it returns all the log entries, which could include data from years ago.
Expected behavior
It should return the log entries created on 2022-12-14T12:00:00 and later, all previous entries should be ignored. However, maybe we should define the exact format that should be used for sending the data with the since param.
The text was updated successfully, but these errors were encountered:
Describe the bug
Calling the
GET /api/visors/{pk}/apps/skychat/logs?since=2022-12-14T12:00:00
does not return the log entries starting from 2022-12-14, it returns all the log entries, which could include data from years ago.Expected behavior
It should return the log entries created on 2022-12-14T12:00:00 and later, all previous entries should be ignored. However, maybe we should define the exact format that should be used for sending the data with the
since
param.The text was updated successfully, but these errors were encountered: