{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict Session Settings API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Session Settings", "type": "folder" }, "items": [ { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/settings/session" }, "docs": "Invokes the c1.api.settings.v1.SessionSettingsService.Get method." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/settings/session", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.settings.v1.SessionSettingsService.Update method." }, { "info": { "name": "Test Source Ip", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/settings/session/test-source-ip", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.settings.v1.SessionSettingsService.TestSourceIP method." } ] } ], "bundled": true }