Skip to main content
PUT
/
notes
/
templates
Update Note Template
curl --request PUT \
  --url https://api.decodahealth.com/notes/templates \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '
{
  "id": "<string>",
  "name": "<string>",
  "contentTemplate": "<string>",
  "attachments": []
}
'
{
  "id": "<string>",
  "name": "<string>",
  "createdDate": "2023-11-07T05:31:56Z",
  "contentTemplate": "<string>",
  "attachments": []
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

application/json
id
string
required
name
string | null
contentTemplate
string | null
attachments
NoteTemplateAttachmentCreate · object[]

Response

Successful Response

id
string
required
name
string
required
createdDate
string<date-time>
required
contentTemplate
string | null
attachments
NoteTemplateAttachmentResponse · object[]