{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector AcrManifest API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "AcrManifest", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Acr Name Manifests", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/acr/v1/:name/_manifests", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the image (including the namespace)" }, { "name": "last", "value": "", "type": "query", "description": "Query parameter for the last item in previous query. Result set will include values lexically after last." }, { "name": "n", "value": "", "type": "query", "description": "query parameter for max number of items" }, { "name": "orderby", "value": "", "type": "query", "description": "orderby query parameter" } ] }, "docs": "List manifests of a repository" }, { "info": { "name": "Microsoft Azure Get Acr Name Manifests Reference", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/acr/v1/:name/_manifests/:reference", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the image (including the namespace)" }, { "name": "reference", "value": "", "type": "path", "description": "A tag or a digest, pointing to a specific image" } ] }, "docs": "Get manifest attributes" }, { "info": { "name": "Microsoft Azure Patch Acr Name Manifests Reference", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/acr/v1/:name/_manifests/:reference", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the image (including the namespace)" }, { "name": "reference", "value": "", "type": "path", "description": "A tag or a digest, pointing to a specific image" } ] }, "docs": "Update attributes of a manifest" } ] } ], "bundled": true }