---
title: "PUT /exam-templates/{id}"
method: PUT
path: "/exam-templates/{id}"
tags: ["ExamTemplates"]
---

# PUT /exam-templates/{id}

`PUT /exam-templates/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateExamTemplateRequest
  - `name` string, nullable
  - `description` string, nullable
  - `schema` string, nullable
  - `isActive` boolean, nullable
  - `customAttributes` string, nullable

## Response `200`

OK

- ExamTemplateDto — Provider-built exam template that replaces the default 7-system anatomical view in the chronicle exam tab. Schema mirrors the questionnaire schema shape so the same form-builder UI can edit both.
  - `id` string
  - `name` string
  - `description` string, nullable
  - `schema` string
  - `version` union
    - integer
    - string, int32
  - `isActive` boolean
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `customAttributes` string, nullable

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
