# Update Patient Permissions Update permissions that a clinic has over a patient account. If all permissions are revoked as a result of the update, the patient profile will be removed from the clinic. Only patients can change the permissions. Endpoint: PUT /v1/clinics/{clinicId}/patients/{patientId}/permissions Version: 1.0 Security: sessionToken ## Path parameters: - `clinicId` (string, required) - `patientId` (string, required) ## Request fields (application/json): - `custodian` (object) - `view` (object) - `note` (object) - `upload` (object) ## Response 200 fields (application/json): - `custodian` (object) - `view` (object) - `note` (object) - `upload` (object)