From 7d78d42b8b2f25d53b130d8f9f697bce948e61f0 Mon Sep 17 00:00:00 2001 From: Nate Rosandich <nrosandich@gitlab.com> Date: Mon, 19 Feb 2024 22:10:17 +0000 Subject: [PATCH] Make audit event example payload consistent with schema --- doc/administration/audit_event_schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/administration/audit_event_schema.md b/doc/administration/audit_event_schema.md index 2642d47a2e2fa..9f3b3e0fd9903 100644 --- a/doc/administration/audit_event_schema.md +++ b/doc/administration/audit_event_schema.md @@ -102,7 +102,7 @@ Fetch: ```json { - "id": 1, + "id": "1", "author_id": -3, "entity_id": 29, "entity_type": "Project", -- GitLab