Skip to content

Commit

Permalink
Update audit log event data (#46620)
Browse files Browse the repository at this point in the history
  • Loading branch information
docs-bot authored Nov 23, 2023
1 parent 5552eba commit 693d82b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions src/audit-logs/data/fpt/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -1581,18 +1581,18 @@
},
{
"action": "organization_role.create",
"description": "N/A",
"docs_reference_links": "N/A"
"description": "A custom organization role was created in an organization.",
"docs_reference_links": "/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-organization-roles"
},
{
"action": "organization_role.destroy",
"description": "N/A",
"docs_reference_links": "N/A"
"description": "A custom organization role was deleted in an organization.",
"docs_reference_links": "/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-organization-roles"
},
{
"action": "organization_role.update",
"description": "N/A",
"docs_reference_links": "N/A"
"description": "A custom organization role was edited in an organization.",
"docs_reference_links": "/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-organization-roles"
},
{
"action": "org_credential_authorization.deauthorize",
Expand Down
12 changes: 6 additions & 6 deletions src/audit-logs/data/ghec/enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -2241,18 +2241,18 @@
},
{
"action": "organization_role.create",
"description": "N/A",
"docs_reference_links": "N/A"
"description": "A custom organization role was created in an organization.",
"docs_reference_links": "/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-organization-roles"
},
{
"action": "organization_role.destroy",
"description": "N/A",
"docs_reference_links": "N/A"
"description": "A custom organization role was deleted in an organization.",
"docs_reference_links": "/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-organization-roles"
},
{
"action": "organization_role.update",
"description": "N/A",
"docs_reference_links": "N/A"
"description": "A custom organization role was edited in an organization.",
"docs_reference_links": "/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-organization-roles"
},
{
"action": "org_credential_authorization.deauthorize",
Expand Down
12 changes: 6 additions & 6 deletions src/audit-logs/data/ghec/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -1521,18 +1521,18 @@
},
{
"action": "organization_role.create",
"description": "N/A",
"docs_reference_links": "N/A"
"description": "A custom organization role was created in an organization.",
"docs_reference_links": "/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-organization-roles"
},
{
"action": "organization_role.destroy",
"description": "N/A",
"docs_reference_links": "N/A"
"description": "A custom organization role was deleted in an organization.",
"docs_reference_links": "/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-organization-roles"
},
{
"action": "organization_role.update",
"description": "N/A",
"docs_reference_links": "N/A"
"description": "A custom organization role was edited in an organization.",
"docs_reference_links": "/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-organization-roles"
},
{
"action": "org_credential_authorization.deauthorize",
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
@@ -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": "f736f81020863fed4593e45417e0f57e5859da39"
"sha": "2beee3a2e48c8e74a918f56e93924af2e42393eb"
}

0 comments on commit 693d82b

Please sign in to comment.