{ "opencollection": "1.0.0", "info": { "name": "Azure Health Data Services de-identification service Collection Resource API", "version": "2024-11-15" }, "items": [ { "info": { "name": "Resource", "type": "folder" }, "items": [ { "info": { "name": "Services_Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/services/:resourceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the service instance." } ] }, "docs": "Get the metadata of a service instance." }, { "info": { "name": "Services_CreateOrUpdate", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/services/:resourceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the service instance." } ] }, "docs": "Create or update the metadata of a service instance." }, { "info": { "name": "Services_Update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/services/:resourceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the service instance." } ] }, "docs": "Update the metadata of a service instance." }, { "info": { "name": "Services_Delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/services/:resourceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the service instance." } ] }, "docs": "Delete a service instance." } ] } ], "bundled": true }