Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghernandez345 committed Jan 3, 2025
1 parent e80d69b commit 5482c2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/Contributing/Audit-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1376,6 +1376,7 @@ Generated when an App Store app is added to Fleet.

This activity contains the following fields:
- "software_title": Name of the App Store app.
- "software_title_id": ID of the added software title.
- "app_store_id": ID of the app on the Apple App Store.
- "platform": Platform of the app (`darwin`, `ios`, or `ipados`).
- "self_service": App installation can be initiated by device owner.
Expand All @@ -1387,6 +1388,7 @@ This activity contains the following fields:
```json
{
"software_title": "Logic Pro",
"software_title_id": 123,
"app_store_id": "1234567",
"platform": "darwin",
"self_service": false,
Expand Down
2 changes: 1 addition & 1 deletion server/fleet/activities.go
Original file line number Diff line number Diff line change
Expand Up @@ -1932,7 +1932,7 @@ func (a ActivityAddedAppStoreApp) Documentation() (activity string, details stri
- "team_name": Name of the team to which this App Store app was added, or ` + "`null`" + ` if it was added to no team.
- "team_id": ID of the team to which this App Store app was added, or ` + "`null`" + `if it was added to no team.`, `{
"software_title": "Logic Pro",
"software_title_id": 123,
"software_title_id": 123,
"app_store_id": "1234567",
"platform": "darwin",
"self_service": false,
Expand Down

0 comments on commit 5482c2c

Please sign in to comment.