{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed Settings API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "List channel settings", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/channel/v1/settings/:partner", "params": [ { "name": "partner", "value": "", "type": "path", "description": "channel name" } ] }, "docs": "Use the GET method to list channel settings for a specific channel." }, { "info": { "name": "Update channel settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://marketplace.appdirect.com/api/channel/v1/settings/:partner", "params": [ { "name": "partner", "value": "", "type": "path", "description": "channel name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use the PATCH method to update one or more channel settings." } ] } ], "bundled": true }