{ "opencollection": "1.0.0", "info": { "name": "Azure Container Registry REST Blobs Manifests API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Manifests", "type": "folder" }, "items": [ { "info": { "name": "ACR Get manifest", "type": "http" }, "http": { "method": "GET", "url": "https://{registry}.azurecr.io/v2/:name/manifests/:reference", "params": [ { "name": "name", "value": "", "type": "path" }, { "name": "reference", "value": "", "type": "path" } ] }, "docs": "Gets a manifest by tag or digest." }, { "info": { "name": "ACR Put manifest", "type": "http" }, "http": { "method": "PUT", "url": "https://{registry}.azurecr.io/v2/:name/manifests/:reference", "params": [ { "name": "name", "value": "", "type": "path" }, { "name": "reference", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Pushes a manifest." }, { "info": { "name": "ACR Delete manifest", "type": "http" }, "http": { "method": "DELETE", "url": "https://{registry}.azurecr.io/v2/:name/manifests/:reference", "params": [ { "name": "name", "value": "", "type": "path" }, { "name": "reference", "value": "", "type": "path" } ] }, "docs": "Deletes a manifest." } ] } ], "bundled": true }