{ "opencollection": "1.0.0", "info": { "name": "Sonatype Nexus Repository Manager assets Support API", "version": "3.91.0-07" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Support", "type": "folder" }, "items": [ { "info": { "name": "Creates and downloads a support zip", "type": "http" }, "http": { "method": "POST", "url": "/service/rest/v1/support/supportzip", "body": { "type": "json", "data": "{}" } }, "docs": "Creates and downloads a support zip" }, { "info": { "name": "Creates a support zip and returns the path", "type": "http" }, "http": { "method": "POST", "url": "/service/rest/v1/support/supportzippath", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a support zip and returns the path" } ] } ], "bundled": true }