{ "opencollection": "1.0.0", "info": { "name": "Sonatype Nexus Repository Manager assets API", "version": "3.91.0-07" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "assets", "type": "folder" }, "items": [ { "info": { "name": "List assets", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/assets", "params": [ { "name": "continuationToken", "value": "", "type": "query", "description": "A token returned by a prior request. If present, the next page of results are returned" }, { "name": "repository", "value": "", "type": "query", "description": "Repository from which you would like to retrieve assets." } ] }, "docs": "List assets" }, { "info": { "name": "Get a single asset", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/assets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the asset to get" } ] }, "docs": "Get a single asset" }, { "info": { "name": "Delete a single asset", "type": "http" }, "http": { "method": "DELETE", "url": "/service/rest/v1/assets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the asset to delete" } ] }, "docs": "Delete a single asset" } ] } ], "bundled": true }