---
title: "Update a finding template"
method: PATCH
path: "/v1/finding-template/{id}"
tags: ["Finding Templates"]
---

# Update a finding template

`PATCH /v1/finding-template/{id}`

Update an existing finding template (Platform Admin only)

## Path parameters

- `id` string, required

## Request body

- UpdateFindingTemplateDto
  - `category` string — Category of the finding template
  - `title` string — Short title of the finding template
  - `content` string — Full message content of the finding template
  - `order` number — Display order for the template

## Response `200`

The updated finding template

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - Platform admin required
- `404` — Finding template not found

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/6e22489e33cb/schema)
