{ "opencollection": "1.0.0", "info": { "name": "Platform API V1 Appointments API Escalations API API", "version": "1.0" }, "items": [ { "info": { "name": "Escalations API", "type": "folder" }, "items": [ { "info": { "name": "Acknowledge an escalation", "type": "http" }, "http": { "method": "POST", "url": "https://api.thriva.io/v1/escalations/:escalation_id/acknowledge", "params": [ { "name": "escalation_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Acknowledge an escalation" } ] } ], "bundled": true }