---
title: "Acknowledge SLA miss"
method: POST
path: "/vulnerability-remediations/acknowledge-sla-miss"
tags: ["Vulnerability Remediations"]
---

# Acknowledge SLA miss

`POST /vulnerability-remediations/acknowledge-sla-miss`

Acknowledge an SLA miss for a vulnerability remediation.

## Request body

- object
  - `updates` object[], required — List of vulnerability remediation IDs.
    - `slaViolationComment` string, required — SLA miss acknowledgement comment. This comment should describe why the SLA was missed.
    - `id` string, required — Remediation IDs

## Response `200`

Ok

- BulkResponse
  - `results` UpdateResponse[], required — List of results matching the length and order of the request
    - union
      - SuccessResponse
        - `id` string, required — Id of the record
        - `status` 'SUCCESS', required
      - NonSuccessResponse
        - `id` string, required — Id of the record
        - `status` 'ERROR', required
        - `message` string, required — Message an error message

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/versions/6c1f7590538b/schema)
