Skip to content

Commit

Permalink
Description of Autosuggest usage needs improvement. (#4490)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDodaro authored and sergey-shandar committed Nov 16, 2018
1 parent 19e68db commit b07db54
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "AutoSuggest Client",
"description": "The AutoSuggest Search API lets you send a search query to Bing and get back a list of news that are relevant to the search query. This section provides technical details about the query parameters and headers that you use to request news and the JSON response objects that contain them. For examples that show how to make requests, see [Searching the web for AutoSuggest](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-autosuggest-api-v7-reference).",
"description": "Autosuggest supplies search terms derived from a root text sent to the service. The terms Autosuggest supplies are related to the root text based on similarity and their frequency or ratings of usefulness in other searches. For examples that show how to use Autosuggest, see [Search using AutoSuggest](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-autosuggest-api-v7-reference).",
"version": "1.0"
},
"parameters": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"paths": {
"/Suggestions": {
"get": {
"summary": "The AutoSuggest API lets you send a search query to Bing and get back a list of suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them.",
"summary": "The AutoSuggest API lets you send a search query to Bing and get back a list of query suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them.",
"operationId": "AutoSuggest",
"tags": [
"AutoSuggest"
Expand Down Expand Up @@ -653,4 +653,4 @@
}
}
}
}
}

0 comments on commit b07db54

Please sign in to comment.