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
Copy file name to clipboardExpand all lines: docs/admin/audit-logs.md
+2
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ The supported filters are:
30
30
-`action`- The action applied to a resource. You can [find here](https://pkg.go.dev/github.com/coder/coder@main/codersdk#AuditAction) all the actions that are supported.
31
31
-`username` - The username of the user who triggered the action.
32
32
-`email` - The email of the user who triggered the action.
33
+
-`date_from` - The inclusive start date with format `YYYY-MM-DD`.
34
+
-`date_to ` - the inclusive end date with format `YYYY-MM-DD`.
0 commit comments