{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Atlassian Connect App API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.cloud.coveo.com/oauth/authorize", "accessTokenUrl": "https://platform.cloud.coveo.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Atlassian Connect App", "type": "folder" }, "items": [ { "info": { "name": "removeConnectApp", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/rest/atlassian/connectapp/uninstalled", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "addOrUpdateConnectApp", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/rest/atlassian/connectapp/installed", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "atlassianConnectAppDescriptor", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/atlassian/connectapp/atlassian-connect.json" } } ] } ], "bundled": true }