{ "opencollection": "1.0.0", "info": { "name": "Sonatype Nexus Repository Manager assets Security management: realms API", "version": "3.91.0-07" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Security management: realms", "type": "folder" }, "items": [ { "info": { "name": "List the active realm IDs in order", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/security/realms/active" }, "docs": "List the active realm IDs in order" }, { "info": { "name": "Set the active security realms in the order they should be used", "type": "http" }, "http": { "method": "PUT", "url": "/service/rest/v1/security/realms/active", "body": { "type": "json", "data": "{}" } }, "docs": "Set the active security realms in the order they should be used" }, { "info": { "name": "List the available realms", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/security/realms/available" }, "docs": "List the available realms" } ] } ], "bundled": true }