---
title: "Update System Template"
method: PATCH
path: "/v1/admin/system-templates/{template_id}"
tags: ["admin"]
---

# Update System Template

`PATCH /v1/admin/system-templates/{template_id}`

Update a system-org template's settings, goals, name, or description (admin-only).

Body keys (all optional):
  - settings: dict — merged into existing settings (shallow merge per top-level key)
  - goals: list — REPLACES the existing goals array entirely
  - name: str
  - description: str

For CHILD templates (parent_template_id IS NOT NULL): inherited fields
are read-only and PATCH attempts to change them return 422. Allowed:
name, description, status, settings.skills (additive list).

## Path parameters

- `template_id` string, required

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
