{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict Org Domain API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Org Domain", "type": "folder" }, "items": [ { "info": { "name": "List", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/settings/domains", "params": [ { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "Invokes the c1.api.settings.v1.OrgDomainService.List method." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenantDomain}.conductor.one/api/v1/settings/domains", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.settings.v1.OrgDomainService.Update method." } ] } ], "bundled": true }