From 5aa96ff14229dba7e35f213354963febf3ad2833 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 9 Mar 2020 21:07:57 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/audit_events.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/api/audit_events.md') diff --git a/doc/api/audit_events.md b/doc/api/audit_events.md index cba7da4ac1b..944d99d8eab 100644 --- a/doc/api/audit_events.md +++ b/doc/api/audit_events.md @@ -91,6 +91,10 @@ Example response: GET /audit_events/:id ``` +| Attribute | Type | Required | Description | +| --------- | ---- | -------- | ----------- | +| `id` | integer | yes | The ID of the audit event | + ```shell curl --header "PRIVATE-TOKEN: " https://primary.example.com/api/v4/audit_events/1 ``` @@ -195,7 +199,7 @@ GET /groups/:id/audit_events/:audit_event_id | Attribute | Type | Required | Description | | --------- | ---- | -------- | ----------- | | `id` | integer/string | yes | The ID or [URL-encoded path of the group](README.md#namespaced-path-encoding) | -| `audit_event_id` | integer | yes | ID of the audit event | +| `audit_event_id` | integer | yes | The ID of the audit event | ```shell curl --header "PRIVATE-TOKEN: " https://primary.example.com/api/v4/groups/60/audit_events/2 -- cgit v1.2.3