{ "opencollection": "1.0.0", "info": { "name": "Canny REST Autopilot ChangelogEntries API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "items": [ { "info": { "name": "ChangelogEntries", "type": "folder" }, "items": [ { "info": { "name": "Create a changelog entry", "type": "http" }, "http": { "method": "POST", "url": "https://canny.io/api/v1/entries/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a changelog entry" }, { "info": { "name": "List changelog entries", "type": "http" }, "http": { "method": "POST", "url": "https://canny.io/api/v1/entries/list", "body": { "type": "json", "data": "{}" } }, "docs": "List changelog entries" } ] } ], "bundled": true }