{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Labels API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Labels", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets A List Of Labels", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/labels", "headers": [ { "name": "Sync-Token", "value": "" }, { "name": "Accept-Datetime", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "query", "description": "A filter for the name of the returned labels." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." }, { "name": "After", "value": "", "type": "query", "description": "Instructs the server to return elements that appear after the element referred to by the specified token." }, { "name": "$Select", "value": "", "type": "query", "description": "Used to select what fields are present in the returned resource(s)." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Requests The Headers And Status Of The Given Resource", "type": "http" }, "http": { "method": "HEAD", "url": "{{baseUrl}}/labels", "headers": [ { "name": "Sync-Token", "value": "" }, { "name": "Accept-Datetime", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "query", "description": "A filter for the name of the returned labels." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." }, { "name": "After", "value": "", "type": "query", "description": "Instructs the server to return elements that appear after the element referred to by the specified token." }, { "name": "$Select", "value": "", "type": "query", "description": "Used to select what fields are present in the returned resource(s)." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Easm Workspaces Workspacename Labels", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Easm/workspaces/:workspaceName/labels", "params": [ { "name": "workspaceName", "value": "", "type": "path", "description": "The name of the Workspace." } ] }, "docs": "Returns a list of labels in the given workspace." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Easm Workspaces Workspacename Labels Labelname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Easm/workspaces/:workspaceName/labels/:labelName", "params": [ { "name": "workspaceName", "value": "", "type": "path", "description": "The name of the Workspace." }, { "name": "labelName", "value": "", "type": "path", "description": "The name of the Label." } ] }, "docs": "Returns a label in the given workspace." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Easm Workspaces Workspacename Labels Labelname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Easm/workspaces/:workspaceName/labels/:labelName", "params": [ { "name": "workspaceName", "value": "", "type": "path", "description": "The name of the Workspace." }, { "name": "labelName", "value": "", "type": "path", "description": "The name of the Label." } ] }, "docs": "Create or update a Label." }, { "info": { "name": "Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Easm Workspaces Workspacename Labels Labelname", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Easm/workspaces/:workspaceName/labels/:labelName", "params": [ { "name": "workspaceName", "value": "", "type": "path", "description": "The name of the Workspace." }, { "name": "labelName", "value": "", "type": "path", "description": "The name of the Label." } ] }, "docs": "Update a Label." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Easm Workspaces Workspacename Labels Labelname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Easm/workspaces/:workspaceName/labels/:labelName", "params": [ { "name": "workspaceName", "value": "", "type": "path", "description": "The name of the Workspace." }, { "name": "labelName", "value": "", "type": "path", "description": "The name of the Label." } ] }, "docs": "Delete a Label." } ] } ], "bundled": true }