{ "opencollection": "1.0.0", "info": { "name": "Anything Assets Settings API", "version": "0.1.0" }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "Read project auth settings", "type": "http" }, "http": { "method": "GET", "url": "/v0/api/projects/:projectGroupId/settings/auth", "params": [ { "name": "projectGroupId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns the current project auth provider state and whether each provider appears configured." }, { "info": { "name": "Update project auth settings", "type": "http" }, "http": { "method": "POST", "url": "/v0/api/projects/:projectGroupId/settings/auth", "params": [ { "name": "projectGroupId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Updates the enabled state for a project auth provider and optionally stores provider secrets." } ] } ], "bundled": true }