{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Deployments API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Deployments", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Create or update a deployment", "type": "http" }, "http": { "method": "PUT", "url": "https://{region}.api.cognitive.microsoft.com/subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID of the target subscription" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group" }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deploy resources to a resource group using an ARM template." } ] } ], "bundled": true }