{ "opencollection": "1.0.0", "info": { "name": "Skydio Cloud Flights Markers API", "version": "0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Markers", "type": "folder" }, "items": [ { "info": { "name": "Create or update a marker", "type": "http" }, "http": { "method": "POST", "url": "https://api.skydio.com/api/v0/marker", "body": { "type": "json", "data": "{}" } }, "docs": "Create or update a marker (incident)." } ] } ], "bundled": true }