---
title: "Resolve Change Request"
method: POST
path: "/calcul-exercises/change-requests/{template_id}/resolve"
tags: ["Calcul Exercises"]
---

# Resolve Change Request

`POST /calcul-exercises/change-requests/{template_id}/resolve`

Resolve a change request by either applying or rejecting the proposed changes.

## Path parameters

- `template_id` string, required

## Request body

- ApplyChangeRequestInput — Input for applying or rejecting a change request
  - `apply` boolean, required — True to apply changes, False to reject

## Response `200`

Successful Response

- unknown

## 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)
