{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Conversion API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Conversion", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The Status Of A Particular Conversion", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/:account_id/conversions/:conversion_id", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." }, { "name": "account_id", "value": "", "type": "path", "description": "The Azure Remote Rendering account ID." }, { "name": "conversion_id", "value": "", "type": "path", "description": "An ID uniquely identifying the conversion for the given account. The ID is case sensitive, can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 256 characters." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Creates A Conversion Using An Asset Stored In An Azure Blob Storage Account", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/accounts/:account_id/conversions/:conversion_id", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." }, { "name": "account_id", "value": "", "type": "path", "description": "The Azure Remote Rendering account ID." }, { "name": "conversion_id", "value": "", "type": "path", "description": "An ID uniquely identifying the conversion for the given account. The ID is case sensitive, can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 256 characters." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets A List Of All Conversions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/:account_id/conversions", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." }, { "name": "account_id", "value": "", "type": "path", "description": "The Azure Remote Rendering account ID." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }