{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Repositories API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Repositories", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Repository Attributes", "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 Update Repository Attributes", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/acr/v1/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the image (including the namespace)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the attribute identified by name where reference is the tag or digest." }, { "info": { "name": "Microsoft Azure Delete a Repository", "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 }