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

# Update framework editor task template

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

Update a framework editor task template by ID

## Path parameters

- `id` string, required

## Request body

- UpdateTaskTemplateDto
  - `name` string — Task template name
  - `description` string — Detailed description of the task template
  - `frequency` 'monthly' | 'quarterly' | 'yearly' — Frequency of the task
  - `department` 'none' | 'admin' | 'gov' | 'hr' | 'it' | 'itsm' | 'qms' — Department responsible for the task

## Response `200`

Successfully updated framework editor task template

- unknown

## Other responses

- `400` — Bad request - Invalid data provided
- `401` — Unauthorized - Invalid or missing authentication
- `404` — Framework editor task template not found
- `500` — Internal server error

## Changes

- **2026-03-05** `946edaa856a9` — 1 warning
  - deleted the `header` request parameter `X-Organization-Id`

[Change history](https://skmtc.dev/om-network/apis/betayum-api/changes/v1/framework-editor/task-template/:id/patch.md)

---

[API](https://skmtc.dev/om-network/apis/betayum-api.md) · [All operations](https://skmtc.dev/om-network/apis/betayum-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/om-network/betayum-api/revisions/22a75cdb2829/schema)
