{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Security Providers Schedules 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": "Security Providers Schedules", "type": "folder" }, "items": [ { "info": { "name": "Update a Security Provider Schedule", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/securityproviders/:securityProviderId/schedules/:scheduleId", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "securityProviderId", "value": "", "type": "path" }, { "name": "scheduleId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "
Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"SECURITY_PROVIDER\",\"type\":\"EDIT\",\"targetId\":\"{securityProviderId}\"}\n```\n
" }, { "info": { "name": "Get Security Provider Schedules", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/securityproviders/:securityProviderId/schedules", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "securityProviderId", "value": "", "type": "path" } ] }, "docs": "
Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"SECURITY_PROVIDER\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" } ] } ], "bundled": true }