mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
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:
parent
fc130d9ab3
commit
f47b7f538f
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue