{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Text API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Text", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get All Text Blocklists", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/text/blocklists", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Get all text blocklists details." }, { "info": { "name": "Microsoft Azure Get Text Blocklist By Blocklistname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/text/blocklists/:blocklistName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "blocklistName", "value": "", "type": "path", "description": "Text blocklist name." } ] }, "docs": "Returns text blocklist details." }, { "info": { "name": "Microsoft Azure Create Or Update Text Blocklist", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/text/blocklists/:blocklistName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "blocklistName", "value": "", "type": "path", "description": "Text blocklist name." } ] }, "docs": "Updates a text blocklist. If the blocklistName does not exist, a new blocklist will be created." }, { "info": { "name": "Microsoft Azure Delete Text Blocklist By Blocklistname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/text/blocklists/:blocklistName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "blocklistName", "value": "", "type": "path", "description": "Text blocklist name." } ] }, "docs": "Deletes a text blocklist." }, { "info": { "name": "Microsoft Azure Add Or Update Blocklistitems To Text Blocklist", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/text/blocklists/:blocklistName:addOrUpdateBlocklistItems", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "blocklistName", "value": "", "type": "path", "description": "Text blocklist name." } ] }, "docs": "Add or update blocklistItems to a text blocklist. You can add or update at most 100 blocklistItems in one request." }, { "info": { "name": "Microsoft Azure Remove Blocklistitems From Text Blocklist", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/text/blocklists/:blocklistName:removeBlocklistItems", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "blocklistName", "value": "", "type": "path", "description": "Text blocklist name." } ] }, "docs": "Remove blocklistItems from a text blocklist. You can remove at most 100 BlocklistItems in one request." }, { "info": { "name": "Microsoft Azure Get All Blocklistitems By Blocklistname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/text/blocklists/:blocklistName/blocklistItems", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "blocklistName", "value": "", "type": "path", "description": "Text blocklist name." }, { "name": "top", "value": "", "type": "query", "description": "The number of result items to return." }, { "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 per page." } ] }, "docs": "Get all blocklistItems in a text blocklist." }, { "info": { "name": "Microsoft Azure Get Blocklistitem By Blocklistname And Blocklistitemid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/text/blocklists/:blocklistName/blocklistItems/:blocklistItemId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "blocklistName", "value": "", "type": "path", "description": "Text blocklist name." }, { "name": "blocklistItemId", "value": "", "type": "path", "description": "The service will generate a BlocklistItemId, which will be a UUID." } ] }, "docs": "Get blocklistItem by blocklistName and blocklistItemId from a text blocklist." } ] } ], "bundled": true }