{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector AcrRepository API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "AcrRepository", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Acr Catalog", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/acr/v1/_catalog", "params": [ { "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" } ] }, "docs": "List repositories" }, { "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 Delete Acr Name", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/acr/v1/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the image (including the namespace)" } ] }, "docs": "Delete the repository identified by `name`" } ] } ], "bundled": true }