Add an endpoint exceptionCopy Pagepost https://app.aikido.dev/api/public/v1/endpoint-protection/{ecosystem}/exceptionsAdds an exception to the endpoint protection settingsPath ParamsecosystemstringenumrequiredThe ecosystem to list the exceptions fornpmpypivscodeopen_vsxmavennugetchromegolangskills_shShow 9 enum valuesBody ParamsThe parameters needed to add an exceptionpackage_namestringThe name of the packagestatusstringenumThe status of the exception. 'allowed' means the package is allowed to be installed, 'blocked' means the package is blocked from being installed.allowedblockedAllowed:allowedblockedpermission_group_idintegerThe ID of the permission group related to the exceptionbypass_default_minimum_allowed_agebooleanWhether the exception bypasses the default minimum allowed age on installation. This is only applicable for allowed exceptions.truefalseResponse 200The ID of the exceptionUpdated 6 days ago