Skip to main content
PATCH
/
notes
/
{note_id}
/
pin
Toggle Pin Note
curl --request PATCH \
  --url https://api.decodahealth.com/notes/{note_id}/pin \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "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

Response

Successful Response