{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector SynonymMaps API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "SynonymMaps", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Synonymmaps Synonymmapname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/synonymmaps(':synonymMapName')", "headers": [ { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "synonymMapName", "value": "", "type": "path", "description": "The name of the synonym map to retrieve." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves a synonym map definition." }, { "info": { "name": "Microsoft Azure Put Synonymmaps Synonymmapname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/synonymmaps(':synonymMapName')", "headers": [ { "name": "x-ms-client-request-id", "value": "" }, { "name": "If-Match", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "Prefer", "value": "" } ], "params": [ { "name": "synonymMapName", "value": "", "type": "path", "description": "The name of the synonym map to create or update." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Creates a new synonym map or updates a synonym map if it already exists." }, { "info": { "name": "Microsoft Azure Delete Synonymmaps Synonymmapname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/synonymmaps(':synonymMapName')", "headers": [ { "name": "x-ms-client-request-id", "value": "" }, { "name": "If-Match", "value": "" }, { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "synonymMapName", "value": "", "type": "path", "description": "The name of the synonym map to delete." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Deletes a synonym map." }, { "info": { "name": "Microsoft Azure Get Synonymmaps", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/synonymmaps", "headers": [ { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "$select", "value": "", "type": "query", "description": "Selects which top-level properties of the synonym maps to retrieve. Specified as a comma-separated list of JSON property names, or '*' for all properties. The default is all properties." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Lists all synonym maps available for a search service." }, { "info": { "name": "Microsoft Azure Post Synonymmaps", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/synonymmaps", "headers": [ { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Creates a new synonym map." } ] } ], "bundled": true }