{ "opencollection": "1.0.0", "info": { "name": "Aloft API V1 Accounts Notify & Fly API", "version": "1.0.0" }, "items": [ { "info": { "name": "Notify & Fly", "type": "folder" }, "items": [ { "info": { "name": "End a flight notification", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.aloft.ai/v1/account/:account_id/flight-notifications/:flight_notification_id/end", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "flight_notification_id", "value": "", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "End a flight notification" } ] } ], "bundled": true }