---
title: "Update Breach Status"
method: PUT
path: "/breach/incidents/{breach_id}/status"
tags: ["data-breach", "data-breach"]
---

# Update Breach Status

`PUT /breach/incidents/{breach_id}/status`

Update the status of a breach incident (admin only)

## Path parameters

- `breach_id` string, required

## Headers

- `authorization` string, nullable

## Request body

- BreachStatusUpdate
  - `status` string, required
  - `containment_measures` object, nullable
  - `remediation_actions` object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/13996d792e23?raw)
