Mention that the min macos version activity is created when deadline is modified too (#9608)

Tiny follow-up to https://github.com/fleetdm/fleet/pull/9594
This commit is contained in:
Martin Angers 2023-02-01 09:10:29 -05:00 committed by GitHub
parent fc130d9ab3
commit f47b7f538f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -564,7 +564,7 @@ This activity contains the following fields:
### Type `edited_macos_min_version`
Generated when the minimum required macOS version is modified.
Generated when the minimum required macOS version or deadline is modified.
This activity contains the following fields:
- "team_id": The ID of the team that the minimum macOS version applies to, null if it applies to devices that are not in a team.

View file

@ -696,7 +696,7 @@ func (a ActivityTypeEditedMacOSMinVersion) ActivityName() string {
}
func (a ActivityTypeEditedMacOSMinVersion) Documentation() (activity string, details string, detailsExample string) {
return `Generated when the minimum required macOS version is modified.`,
return `Generated when the minimum required macOS version or deadline is modified.`,
`This activity contains the following fields:
- "team_id": The ID of the team that the minimum macOS version applies to, null if it applies to devices that are not in a team.
- "team_name": The name of the team that the minimum macOS version applies to, null if it applies to devices that are not in a team.