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>"
}
]
}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>"
}
]
}