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
{{ message }}
This repository was archived by the owner on Jun 2, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/v3/source/includes/resources/audit_events/_list.md.erb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Retrieve all audit events the user has access to.
31
31
Name | Type | Description
32
32
---- | ---- | ------------
33
33
**types** | _list of strings_ | Comma-delimited list of event types to filter by
34
-
**target_guids** | _list of strings_ | Comma-delimited list of target guids to filter by. Also supports filtering by exclusion with `not` as a [relational operator](#relational-operators-experimental)
34
+
**target_guids** | _list of strings_ | Comma-delimited list of target guids to filter by. Also supports filtering by exclusion with `GET /v3/audit_events[not]=target-guid-one,target-guid-two`
35
35
**space_guids** | _list of strings_ | Comma-delimited list of space guids to filter by
36
36
**organization_guids** | _list of strings_ | Comma-delimited list of organization guids to filter by
37
37
**page** | _integer_ | Page to display; valid values are integers >= 1
0 commit comments