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
+3-3
Original file line number
Diff line number
Diff line change
@@ -34,15 +34,15 @@ In the Coder UI you can filter your audit logs using the pre-defined filter or b
34
34
35
35
The supported filters are:
36
36
37
-
-`resource_type` - The type of the resource. It can be a workspace, template, user, etc. You can [find here](https://pkg.go.dev/github.com/coder/coder/codersdk#ResourceType) all the resource types that are supported.
37
+
-`resource_type` - The type of the resource. It can be a workspace, template, user, etc. You can [find here](https://pkg.go.dev/github.com/coder/coder/v2/codersdk#ResourceType) all the resource types that are supported.
38
38
-`resource_id` - The ID of the resource.
39
39
-`resource_target` - The name of the resource. Can be used instead of `resource_id`.
40
-
-`action`- The action applied to a resource. You can [find here](https://pkg.go.dev/github.com/coder/coder/codersdk#AuditAction) all the actions that are supported.
40
+
-`action`- The action applied to a resource. You can [find here](https://pkg.go.dev/github.com/coder/coder/v2/codersdk#AuditAction) all the actions that are supported.
41
41
-`username` - The username of the user who triggered the action. You can also use `me` as a convenient alias for the logged-in user.
42
42
-`email` - The email of the user who triggered the action.
43
43
-`date_from` - The inclusive start date with format `YYYY-MM-DD`.
44
44
-`date_to` - The inclusive end date with format `YYYY-MM-DD`.
45
-
-`build_reason` - To be used with `resource_type:workspace_build`, the [initiator](https://pkg.go.dev/github.com/coder/coder/codersdk#BuildReason) behind the build start or stop.
45
+
-`build_reason` - To be used with `resource_type:workspace_build`, the [initiator](https://pkg.go.dev/github.com/coder/coder/v2/codersdk#BuildReason) behind the build start or stop.
Copy file name to clipboardExpand all lines: docs/admin/users.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -162,4 +162,4 @@ In the Coder UI, you can filter your users using pre-defined filters or by utili
162
162
The following filters are supported:
163
163
164
164
-`status` - Indicates the status of the user. It can be either `active`, `dormant` or `suspended`.
165
-
-`role` - Represents the role of the user. You can refer to the [TemplateRole documentation](https://pkg.go.dev/github.com/coder/coder/codersdk#TemplateRole) for a list of supported user roles.
165
+
-`role` - Represents the role of the user. You can refer to the [TemplateRole documentation](https://pkg.go.dev/github.com/coder/coder/v2/codersdk#TemplateRole) for a list of supported user roles.
Copy file name to clipboardExpand all lines: docs/workspaces.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ The following filters are supported:
108
108
109
109
-`owner` - Represents the `username` of the owner. You can also use `me` as a convenient alias for the logged-in user.
110
110
-`template` - Specifies the name of the template.
111
-
-`status` - Indicates the status of the workspace. For a list of supported statuses, please refer to the [WorkspaceStatus documentation](https://pkg.go.dev/github.com/coder/coder/codersdk#WorkspaceStatus).
111
+
-`status` - Indicates the status of the workspace. For a list of supported statuses, please refer to the [WorkspaceStatus documentation](https://pkg.go.dev/github.com/coder/coder/v2/codersdk#WorkspaceStatus).
0 commit comments