cURL
curl --request PUT \ --url https://api.decodahealth.com/attachments/{attachment_id}/patient \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data ' { "patientId": "<string>" } '
true
Change the patient for an attachment and all its versions.
Removes all note links since notes are patient-scoped.
The tenant you are making this request on behalf of
Your api key
Successful Response
The response is of type boolean.
boolean