{ "opencollection": "1.0.0", "info": { "name": "Sonatype Lifecycle Public REST Advanced Search Config Crowd API", "version": "1.201.0-02" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Config Crowd", "type": "folder" }, "items": [ { "info": { "name": "getCrowdConfiguration", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/config/crowd" }, "docs": "Use this method to retrieve the configuration details for the Atlassian Crowd Server.\n\nPermissions required: Edit System Configuration and Users" }, { "info": { "name": "insertOrUpdateCrowdConfiguration", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/config/crowd", "body": { "type": "json", "data": "{}" } }, "docs": "Use this method to create a new or update an existing Atlassian Crowd Server configuration.\n\nPermissions required: Edit System Configuration and Users" }, { "info": { "name": "deleteCrowdConfiguration", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/config/crowd" }, "docs": "Use this method to remove an existing Atlassian Crowd Configuration.\n\nPermissions required: Edit System Configuration and Users" }, { "info": { "name": "testCrowdConfiguration", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/config/crowd/test", "body": { "type": "json", "data": "{}" } }, "docs": "Use this method to test a new or an existing Atlassian Crowd Server configuration." } ] } ], "bundled": true }