{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector AcrMetadata API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "AcrMetadata", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Acr Name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/acr/v1/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the image (including the namespace)" } ] }, "docs": "Get repository attributes" }, { "info": { "name": "Microsoft Azure Patch Acr Name", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/acr/v1/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the image (including the namespace)" } ] }, "docs": "Update the attribute identified by `name` where `reference` is the name of the repository." }, { "info": { "name": "Microsoft Azure Get Acr Name Tags", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/acr/v1/:name/_tags", "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" }, { "name": "digest", "value": "", "type": "query", "description": "filter by digest" } ] }, "docs": "List tags of a repository" }, { "info": { "name": "Microsoft Azure Get Acr Name Tags Reference", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/acr/v1/:name/_tags/:reference", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the image (including the namespace)" }, { "name": "reference", "value": "", "type": "path", "description": "Tag or digest of the target manifest" } ] }, "docs": "Get tag attributes by tag" }, { "info": { "name": "Microsoft Azure Patch Acr Name Tags Reference", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/acr/v1/:name/_tags/:reference", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the image (including the namespace)" }, { "name": "reference", "value": "", "type": "path", "description": "Tag or digest of the target manifest" } ] }, "docs": "Update tag attributes" }, { "info": { "name": "Microsoft Azure Delete Acr Name Tags Reference", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/acr/v1/:name/_tags/:reference", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the image (including the namespace)" }, { "name": "reference", "value": "", "type": "path", "description": "Tag or digest of the target manifest" } ] }, "docs": "Delete tag" }, { "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 }