{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Widgets API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Widgets", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Widgets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/widgets", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "List Widget resources" }, { "info": { "name": "Microsoft Azure Get Widgets Widgetname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/widgets/:widgetName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "widgetName", "value": "", "type": "path", "description": "The widget name." } ] }, "docs": "Fetch a Widget by name." }, { "info": { "name": "Microsoft Azure Patch Widgets Widgetname", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/widgets/:widgetName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "widgetName", "value": "", "type": "path", "description": "The widget name." } ] }, "docs": "Creates or updates a Widget asynchronously." }, { "info": { "name": "Microsoft Azure Delete Widgets Widgetname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/widgets/:widgetName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "widgetName", "value": "", "type": "path", "description": "The widget name." } ] }, "docs": "Delete a Widget asynchronously." }, { "info": { "name": "Microsoft Azure Get Widgets Widgetname Operations Operationid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/widgets/:widgetName/operations/:operationId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "widgetName", "value": "", "type": "path", "description": "The widget name." }, { "name": "operationId", "value": "", "type": "path", "description": "The unique ID of the operation." } ] }, "docs": "Gets status of a Widget operation." } ] } ], "bundled": true }