{ "opencollection": "1.0.0", "info": { "name": "Managed Database for PostgreSQL and MySQL Access Control List Security Settings API", "version": "v1" }, "items": [ { "info": { "name": "Security Settings", "type": "folder" }, "items": [ { "info": { "name": "Get security settings of an Organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.scaleway.com/iam/v1alpha1/organizations/:organization_id/security-settings", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of the Organization." } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Retrieve information about the security settings of an Organization, specified by the `organization_id` parameter." }, { "info": { "name": "Update the security settings of an Organization", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.scaleway.com/iam/v1alpha1/organizations/:organization_id/security-settings", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of the Organization." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Update the security settings of an Organization" } ] } ], "bundled": true }