{ "opencollection": "1.0.0", "info": { "name": "Azure Synapse Analytics - Access Control AzureADOnlyAuthentications Library API", "version": "2020-12-01" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Library", "type": "folder" }, "items": [ { "info": { "name": "Azure Synapse Analytics List libraries", "type": "http" }, "http": { "method": "GET", "url": "https://{workspaceName}.dev.azuresynapse.net/libraries", "params": [ { "name": "api-version", "value": "", "type": "query" } ] }, "docs": "Lists library resources in the workspace." }, { "info": { "name": "Azure Synapse Analytics Get a library", "type": "http" }, "http": { "method": "GET", "url": "https://{workspaceName}.dev.azuresynapse.net/libraries/:libraryName", "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "libraryName", "value": "", "type": "path", "description": "Library name (e.g., library.jar or library.whl)." } ] }, "docs": "Get a library resource." }, { "info": { "name": "Azure Synapse Analytics Upload a library", "type": "http" }, "http": { "method": "PUT", "url": "https://{workspaceName}.dev.azuresynapse.net/libraries/:libraryName", "headers": [ { "name": "x-ms-blob-condition-appendpos", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "libraryName", "value": "", "type": "path", "description": "Library name (e.g., library.jar or library.whl)." } ] }, "docs": "Creates or appends to a library resource." }, { "info": { "name": "Azure Synapse Analytics Delete a library", "type": "http" }, "http": { "method": "DELETE", "url": "https://{workspaceName}.dev.azuresynapse.net/libraries/:libraryName", "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "libraryName", "value": "", "type": "path", "description": "Library name (e.g., library.jar or library.whl)." } ] }, "docs": "Delete a library resource." }, { "info": { "name": "Azure Synapse Analytics Flush a library", "type": "http" }, "http": { "method": "POST", "url": "https://{workspaceName}.dev.azuresynapse.net/libraries/:libraryName/flush", "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "libraryName", "value": "", "type": "path", "description": "Library name (e.g., library.jar or library.whl)." } ] }, "docs": "Flush a library resource." } ] } ], "bundled": true }