Skip to main content
PATCH
/
notes
/
{note_id}
/
title
Update Note Title
curl --request PATCH \
  --url https://api.decodahealth.com/notes/{note_id}/title \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

note_id
string
required

Body

application/json

The body is of type Body · object.

Response

Successful Response