{ "opencollection": "1.0.0", "info": { "name": "Managed Database for PostgreSQL and MySQL Access Control List Project Settings API", "version": "v1" }, "items": [ { "info": { "name": "Project Settings", "type": "folder" }, "items": [ { "info": { "name": "List project settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.scaleway.com/transactional-email/v1alpha1/regions/:region/project/:project_id/settings", "params": [ { "name": "region", "value": "", "type": "path", "description": "The region you want to target" }, { "name": "project_id", "value": "", "type": "path", "description": "ID of the project. (UUID format)" } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Retrieve the project settings including periodic reports." }, { "info": { "name": "Update project settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.scaleway.com/transactional-email/v1alpha1/regions/:region/project/:project_id/settings", "params": [ { "name": "region", "value": "", "type": "path", "description": "The region you want to target" }, { "name": "project_id", "value": "", "type": "path", "description": "ID of the project. (UUID format)" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Update the project settings including periodic reports." } ] } ], "bundled": true }