# Settings - Whitelist

## Update single Whitelist Rule

 - [PUT /api/v2.0/orgs/{orgToken}/settings/whiteList/{uuid}](https://api-docs.mend.io/sca/2.0/settings-whitelist/updateorgwhitelistsettings.md): Updates the properties of a single whitelist rule of an organization, including matching libraries, their vulnerability scores and the actions to take

## Delete Single Whitelist Rule

 - [DELETE /api/v2.0/orgs/{orgToken}/settings/whiteList/{uuid}](https://api-docs.mend.io/sca/2.0/settings-whitelist/deleteorgwhitelistsettings.md): Deletes one of the whitelist rules of an organization

## Update Whitelist Rules

 - [PUT /api/v2.0/orgs/{orgToken}/settings/whiteList/rules](https://api-docs.mend.io/sca/2.0/settings-whitelist/updatewhitelistrulessettings.md): Updates an organization's whitelist rules for vulnerability scores and the actions to take with libraries that appear in the whitelist

## Add Whitelist Rules

 - [POST /api/v2.0/orgs/{orgToken}/settings/whiteList/rules](https://api-docs.mend.io/sca/2.0/settings-whitelist/addwhitelistrulessettings.md): Creates multiple new whitelist rules for an organization, defining which libraries to match, their vulnerability scores and the actions to take. Whitelisted libraries have been pre-approved by your organization so no policy alerts will be created for them during scans, and they will be ignored by all organizational policies.

## Delete Whitelist Rules

 - [DELETE /api/v2.0/orgs/{orgToken}/settings/whiteList/rules](https://api-docs.mend.io/sca/2.0/settings-whitelist/deletewhitelistrulessettings.md): Deletes all of the whitelist rules of an organization

## Apply Whitelist Rules to Existing Inventory

 - [PUT /api/v2.0/orgs/{orgToken}/settings/whiteList/apply](https://api-docs.mend.io/sca/2.0/settings-whitelist/applywhitelistrules.md): Applies the current whitelist rules to an organization's inventory. Whitelisted libraries are pre-approved by the organization so no policy alerts will be created for them, and they will be ignored by all organizational policies.

## Get All Whitelist Rules

 - [GET /api/v2.0/orgs/{orgToken}/settings/whiteList](https://api-docs.mend.io/sca/2.0/settings-whitelist/getorgwhitelistsettings.md): Retrieves all of the whitelist rules of an organization. Whitelisted libraries are pre-approved by the organization so no policy alerts will be created for them, and they will be ignored by all organizational policies

## Add Single Whitelist Rule

 - [POST /api/v2.0/orgs/{orgToken}/settings/whiteList](https://api-docs.mend.io/sca/2.0/settings-whitelist/addorgwhitelistsettings.md): Creates a new whitelist rule for an organization, defining which libraries to match along, their vulnerability scores and the actions to take. Whitelisted libraries have been pre-approved by your organization so no policy alerts will be created for them during scans, and they will be ignored by all organizational policies.

