From 63baad098ca8ac01eb63e7f2df8bf1ce19952f5a Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:32:31 -0400 Subject: [PATCH] Update audit log event data (#49944) --- src/audit-logs/data/ghec/enterprise.json | 21 +++++++++++++++++++++ src/audit-logs/lib/config.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/audit-logs/data/ghec/enterprise.json b/src/audit-logs/data/ghec/enterprise.json index baceae9eb5..558b6edca3 100644 --- a/src/audit-logs/data/ghec/enterprise.json +++ b/src/audit-logs/data/ghec/enterprise.json @@ -4188,6 +4188,27 @@ "operation_type" ] }, + { + "action": "enterprise_team.rename", + "description": "The name of an enterprise team was changed.", + "docs_reference_links": "N/A", + "fields": [ + "actor", + "actor_id", + "user_agent", + "name", + "business_id", + "enterprise_team_id", + "enterprise_team", + "business", + "action", + "_document_id", + "@timestamp", + "created_at", + "operation_type", + "actor_is_bot" + ] + }, { "action": "environment.add_protection_rule", "description": "A GitHub Actions deployment protection rule was created via the API.", diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index bc5c073bce..d4b5ded2dd 100644 --- a/src/audit-logs/lib/config.json +++ b/src/audit-logs/lib/config.json @@ -1,4 +1,4 @@ { "apiOnlyEventsAdditionalDescription": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.", - "sha": "b7f3cefa0d79e9221a76073e9f6b99d682a83431" + "sha": "86e8c1638b4820a64a1e66501abd9e824b449b3e" } \ No newline at end of file