Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/audit_events.md')
-rw-r--r--doc/api/audit_events.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/api/audit_events.md b/doc/api/audit_events.md
index 714c79c42c5..0e60fdbcd0a 100644
--- a/doc/api/audit_events.md
+++ b/doc/api/audit_events.md
@@ -11,8 +11,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
## Instance Audit Events **(PREMIUM SELF)**
-The Audit Events API allows you to retrieve [instance audit events](../administration/audit_events.md#instance-events).
-This API cannot retrieve group or project audit events.
+Use this API to retrieve instance audit events.
To retrieve audit events using the API, you must [authenticate yourself](rest/index.md#authentication) as an Administrator.
@@ -165,8 +164,7 @@ Example response:
> Support for keyset pagination [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/333968) in GitLab 15.2.
-The Group Audit Events API allows you to retrieve [group audit events](../administration/audit_events.md#group-events).
-This API cannot retrieve project audit events.
+Use this API to retrieve group audit events.
A user with:
@@ -283,7 +281,7 @@ Example response:
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/219238) in GitLab 13.1.
-The Project Audit Events API allows you to retrieve [project audit events](../administration/audit_events.md#project-events).
+Use this API to retrieve project audit events.
A user with a Maintainer role (or above) can retrieve project audit events of all users.
A user with a Developer role is limited to project audit events based on their individual actions.