---
title: "Update treatment note template"
method: PATCH
path: "/treatment_note_templates/{id}"
tags: ["Treatment Note Template"]
---

# Update treatment note template

`PATCH /treatment_note_templates/{id}`

## Path parameters

- `id` string, int64, required

## Request body

- object
  - `content` object
    - `sections` object[]
      - `name` string, nullable
      - `description` string, nullable
      - `questions` union[]
        - union
          - TreatmentNoteTemplateQuestionText
            - `name` string, required
            - `type` 'text', nullable, required
          - TreatmentNoteTemplateQuestionParagraph
            - `answer` string
            - `name` string, required
            - `type` 'paragraph', nullable, required
          - TreatmentNoteTemplateQuestionDate
            - `name` string, required
            - `type` 'date', nullable, required
          - TreatmentNoteTemplateQuestionBodycharts
            - `name` string, required
            - `type` 'bodycharts', nullable, required
          - TreatmentNoteTemplateQuestionCheckboxes
            - `answers` object[]
              - …
            - `other` object
              - …
            - `name` string, required
            - `type` 'checkboxes', nullable, required
          - TreatmentNoteTemplateQuestionRadiobuttons
            - `answers` object[]
              - …
            - `other` object
              - …
            - `name` string, required
            - `type` 'radiobuttons', nullable, required
  - `name` string
  - `print_settings` object
    - `include_patient_address` boolean
    - `include_patient_dob` boolean
    - `include_patient_medicare` boolean
    - `include_patient_occupation` boolean
    - `include_patient_reference_number` boolean
    - `title` string

## Response `200`

Resource was updated

- TreatmentNoteTemplate
  - `archived_at` string, date-time, nullable
  - `content` object
    - `sections` object[]
      - `name` string, nullable
      - `description` string, nullable
      - `questions` union[]
        - union
          - TreatmentNoteTemplateQuestionText
            - `name` string, required
            - `type` 'text', nullable, required
          - TreatmentNoteTemplateQuestionParagraph
            - `answer` string
            - `name` string, required
            - `type` 'paragraph', nullable, required
          - TreatmentNoteTemplateQuestionDate
            - `name` string, required
            - `type` 'date', nullable, required
          - TreatmentNoteTemplateQuestionBodycharts
            - `name` string, required
            - `type` 'bodycharts', nullable, required
          - TreatmentNoteTemplateQuestionCheckboxes
            - `answers` object[]
              - …
            - `other` object
              - …
            - `name` string, required
            - `type` 'checkboxes', nullable, required
          - TreatmentNoteTemplateQuestionRadiobuttons
            - `answers` object[]
              - …
            - `other` object
              - …
            - `name` string, required
            - `type` 'radiobuttons', nullable, required
  - `created_at` string, date-time
  - `deleted_at` string, date-time, nullable
  - `id` string, int64
  - `links` object
    - `self` string, uri
  - `name` string
  - `print_settings` object, nullable
    - `include_patient_address` boolean, nullable
    - `include_patient_dob` boolean, nullable
    - `include_patient_medicare` boolean, nullable
    - `include_patient_occupation` boolean, nullable
    - `include_patient_reference_number` boolean, nullable
    - `title` string, nullable
  - `updated_at` string, date-time

## Other responses

- `422` — Resource could not be saved due to validation errors

---

[API](https://skmtc.net/cliniko/apis/cliniko-api.md) · [All operations](https://skmtc.net/cliniko/apis/cliniko-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cliniko/cliniko-api/revisions/c129a555ff44/schema)
