Exceptions

Update Policy Exceptions

Update an existing exception applied to a specific policy by invoking the following endpoint:

PATCH /api/v2/Exceptions/{exceptionId}?policyId={policyId}

Replace {policyId} with the policyId value returned for an LQL policy in the response when invoking the following endpoint:

GET /api/v2/Policies

Replace {exceptionId} with the exceptionId value returned for an LQL policy in the response when invoking the following endpoint:

GET /api/v2/Exceptions?policyId={policyId}

patch/api/v2/Exceptions/{exceptionId}

Path parameters

exceptionIdstring required

Exception ID

Query parameters

policyIdstring required

Policy ID

Headers

Authorizationstring required

Bearer Access Token. For example, "Bearer {YourAPIToken}"

Content-Typestring required

application/json

Request body

descriptionstring

A brief description of the new exception.

Response

No Error

Changes

No recorded changes to this endpoint across all 1 revision of this API.