v2

latestOpenAPI 3.0.32026-08-07222102695.9 KB
Patient Form Template

Update patient form template

patch/patient_form_templates/{id}

Path parameters

idstring int64 required

Request body

email_to_patient_on_completionboolean nullable
namestring
restricted_to_practitionerboolean nullable

Example request

{
  "content": {
    "sections": [
      {
        "questions": [
          {
            "custom_field_token": "ef4c43ec-105d-489c-88cc-0f3c5f67dc70"
          }
        ]
      }
    ]
  }
}

Response

Resource was updated

archived_atstring date-time nullable
created_atstring date-time
email_to_patient_on_completionboolean nullable
idstring int64
namestring
restricted_to_practitionerboolean nullable
updated_atstring date-time

Example response

{
  "content": {
    "sections": [
      {
        "questions": [
          {
            "custom_field_token": "ef4c43ec-105d-489c-88cc-0f3c5f67dc70"
          }
        ]
      }
    ]
  },
  "links": {
    "self": "https://api.au1.cliniko.com/v1/patient_form_templates/1"
  }
}