{ "opencollection": "1.0.0", "info": { "name": "Clio API Documentation Activities Medical Records API", "version": "v4" }, "items": [ { "info": { "name": "Medical Records", "type": "folder" }, "items": [ { "info": { "name": "Updating a Medical Record", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.clio.com/api/v4/medical_records/:id.json", "headers": [ { "name": "IF-MATCH", "value": "" }, { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "fields", "value": "", "type": "query", "description": "The fields to be returned. See response samples for what fields are available. For more information see the [fields section](#section/Fields)." }, { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the MedicalRecord." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Outlines the parameters and data fields used when updating a single MedicalRecord" }, { "info": { "name": "Destroying a Medical Record", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.clio.com/api/v4/medical_records/:id.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the MedicalRecord." } ] }, "docs": "Outlines the parameters, optional and required, used when deleting the record for a single MedicalRecord" } ] } ], "bundled": true }