Update an existing Check configurationAsk AIput https://api.kolide.com/checks/{checkId}/configurationsPath ParamscheckIdstringrequiredThe check ID of the check configurationBody ParamspausedbooleanWhether this check is currently pausedtruefalseblock_auth_grace_period_daysintegerNumber of days a device is allowed to be out of compliance before blockingauth_check_run_shelf_life_secondsintegerNumber of seconds a check result is considered valid for authentication. If a check result is older than this value at authentication time, it will be re-run during the authentication process.snooze_disallowedbooleanWhether users are allowed to snooze this checktruefalsetargeted_groupsarray of stringsList of groups targeted by this check. This field is a combination of group IDs and platform names. For platform names, use 'macos', 'windows', or 'linux'.targeted_groupsADD stringexcluded_groupsarray of stringsList of groups excluded from this check. This field is a combination of group IDs and platform names. For platform names, use 'macos', 'windows', or 'linux'.excluded_groupsADD stringblocking_allowed_groupsarray of stringsList of groups allowed to be blocked by this check. This field is a combination of group IDs and platform names. For platform names, use 'macos', 'windows', or 'linux'.blocking_allowed_groupsADD stringblocking_excluded_groupsarray of stringsList of groups excluded from being blocked by this check. This field is a combination of group IDs and platform names. For platform names, use 'macos', 'windows', or 'linux'.blocking_excluded_groupsADD stringoptionsjsonAdditional options for this check configuration. Changes to this field will overwrite previous options and any fields not specified here will be deleted. Options are specified on a per-check basis and can be viewed in the UIremediation_strategystringenumThe strategy used for remediating this checkblock_immediatelywarn_then_blocknotify_onlyreport_onlyAllowed:block_immediatelywarn_then_blocknotify_onlyreport_onlyHeadersx-kolide-api-versionstringDefaults to 2023-05-26Specify the API version to be usedResponses 200The updated Check configuration 401An 'unauthorized' response may occur for features restricted by or unavailable to your organization 403A 'forbidden' response may occur if the API key does not have necessary permissions to perform certain actionsUpdated over 1 year ago