{ "opencollection": "1.0.0", "info": { "name": "Scalekit Admin Portal Organization Settings API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organization Settings", "type": "folder" }, "items": [ { "info": { "name": "Update organization settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://{environment}.scalekit.com/api/v1/organizations/:id/settings", "params": [ { "name": "id", "value": "", "type": "path", "description": "Organization identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Toggle feature settings (e.g. sso, scim, directory_sync) on an organization." } ] } ], "bundled": true }