---
title: "Update a policy template"
method: PATCH
path: "/v1/framework-editor/policy-template/{id}"
tags: ["Framework Editor Policy Templates"]
---

# Update a policy template

`PATCH /v1/framework-editor/policy-template/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdatePolicyTemplateDto
  - `name` string
  - `description` string
  - `frequency` 'monthly' | 'quarterly' | 'yearly'
  - `department` 'none' | 'admin' | 'gov' | 'hr' | 'it' | 'itsm' | 'qms'

## Response `200`

## Changes

- **2026-03-21** `cace1ebbb729` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/trycompai/apis/comp-ai-api/changes/v1/framework-editor/policy-template/:id/patch.md)

---

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