{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector BatchSynthesis API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "BatchSynthesis", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Batchsyntheses", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/batchsyntheses", "params": [ { "name": "skip", "value": "", "type": "query", "description": "The number of result items to skip." }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum number of result items to include in a single response." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Gets the list of batch syntheses." }, { "info": { "name": "Microsoft Azure Get Batchsyntheses Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/batchsyntheses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of resource." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Gets the batch synthesis identified by the given ID." }, { "info": { "name": "Microsoft Azure Put Batchsyntheses Id", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/batchsyntheses/:id", "headers": [ { "name": "Operation-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of resource." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Creates a batch synthesis job, the max allowed payload content length is 500KB." }, { "info": { "name": "Microsoft Azure Delete Batchsyntheses Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/batchsyntheses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of resource." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Deletes the batch synthesis identified by the given ID." } ] } ], "bundled": true }