{ "opencollection": "1.0.0", "info": { "name": "Red Hat 3scale Account Management Accounts Initialization API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "access_token", "value": "{{access_token}}", "placement": "query" } }, "items": [ { "info": { "name": "Initialization", "type": "folder" }, "items": [ { "info": { "name": "Boot Gateway", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}-admin.3scale.net/admin/api/boot" }, "docs": "Triggers the APIcast initialization process, causing the gateway to attempt to download a new configuration from the 3scale management API. This is useful for forcing a configuration refresh." } ] } ], "bundled": true }