From 94b3761bfbf0bb811402a8ab79b73b1cd970ff93 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Mon, 28 Apr 2025 10:08:30 -0500 Subject: [PATCH] Sync docs (#28582) --- docs/Contributing/Audit-logs.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/Contributing/Audit-logs.md b/docs/Contributing/Audit-logs.md index 5e9b8ebb00..dc2e5f83ba 100644 --- a/docs/Contributing/Audit-logs.md +++ b/docs/Contributing/Audit-logs.md @@ -1706,7 +1706,6 @@ This activity contains the following fields: Generated when upcoming activity `installed_software` is canceled. - This activity contains the following fields: - "host_id": ID of the host. - "host_display_name": Display name of the host. @@ -1717,10 +1716,10 @@ This activity contains the following fields: ```json { - "host_id": 123, - "host_display_name": "Marko's MacBook Pro", - "software_title": "Adobe Acrobat.app", - "software_title_id": 12334 + "host_id": 1, + "host_display_name": "Anna's MacBook Pro", + "software_title": "Adobe Acrobat.app", + "software_title_id": 12334 } ``` @@ -1738,16 +1737,16 @@ This activity contains the following fields: ```json { - "host_id": 123, - "host_display_name": "Marko's MacBook Pro", - "software_title": "Adobe Acrobat.app", - "software_title_id": 12334 + "host_id": 1, + "host_display_name": "Anna's MacBook Pro", + "software_title": "Adobe Acrobat.app", + "software_title_id": 12334 } ``` ## canceled_install_app_store_app -Generated when upcoming activity `installed_app_store_app` is canceled. +Generated when upcoming activity `installed_app_store_app` is canceled. This activity contains the following fields: - "host_id": ID of the host. @@ -1759,13 +1758,14 @@ This activity contains the following fields: ```json { - "host_id": 123, - "host_display_name": "Anna's MacBook Pro", - "software_title": "Adobe Acrobat.app", - "software_title_id": 12334 + "host_id": 123, + "host_display_name": "Anna's MacBook Pro", + "software_title": "Adobe Acrobat.app", + "software_title_id": 12334 } ``` +