# Exemptions

Access and modify Exemptions to Security Issues

## Exemptions#ListExemptions

 - [GET /sto/api/v2/exemptions](https://apidocs.harness.io/exemptions/exemptions_listexemptions.md): List a collection of Exemptions

## Exemptions#CreateExemption

 - [POST /sto/api/v2/exemptions](https://apidocs.harness.io/exemptions/exemptions_createexemption.md): Create a new Exemption

## Exemptions#DeleteExemption

 - [DELETE /sto/api/v2/exemptions/{id}](https://apidocs.harness.io/exemptions/exemptions_deleteexemption.md): Delete an existing Exemption

## Exemptions#FindExemptionById

 - [GET /sto/api/v2/exemptions/{id}](https://apidocs.harness.io/exemptions/exemptions_findexemptionbyid.md): Find Exemption by ID

## Exemptions#UpdateExemption

 - [PUT /sto/api/v2/exemptions/{id}](https://apidocs.harness.io/exemptions/exemptions_updateexemption.md): Update an existing Exemption

## Exemptions#ApproveExemption

 - [PUT /sto/api/v2/exemptions/{id}/{action}](https://apidocs.harness.io/exemptions/exemptions_approveexemption.md): Approve/reject an existing Exemption

## Exemptions#PromoteExemption

 - [PUT /sto/api/v2/exemptions/{id}/promote](https://apidocs.harness.io/exemptions/exemptions_promoteexemption.md): Promote an existing Exemption to a higher scope

## Get exemption for issue

 - [GET /sto/api/v2/exemptions/issue/{issueId}](https://apidocs.harness.io/exemptions/exemptions_getexemptionforissue.md): Get the highest-priority exemption for an issue across all scopes (account, org, project)

