{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Custom Speech Accuracy Tests: API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Custom Speech Accuracy Tests:", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The List Of Accuracy Tests For The Authenticated Subscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accuracytests" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Creates A New Accuracy Test", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/accuracytests" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The Accuracy Test Identified By The Given Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accuracytests/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the accuracy test." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates The Mutable Details Of The Test Identified By Its Id", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/accuracytests/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the accuracy test." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes The Accuracy Test Identified By The Given Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/accuracytests/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the accuracy test." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }