---
title: "Apply Br Fix"
method: POST
path: "/admin/annales-exercises/fix-br/apply"
tags: ["Admin - Annales Exercises"]
---

# Apply Br Fix

`POST /admin/annales-exercises/fix-br/apply`

Apply deterministic cleanup of <br> and newlines inside LaTeX blocks.

## Request body

- BrFixApplyRequest
  - `exercise_ids` string[], nullable — Specific IDs to fix. If None, fix all affected.

## Response `200`

Successful Response

- BrFixApplyResponse
  - `fixed_count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
