Skip to content

Commit

Permalink
Fix Local Search Swagger (#7113)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangan12 authored Sep 13, 2019
1 parent af5ce4c commit 453ae24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"schemes": [
"https"
],
"basePath": "/localbusinesses/v7.0/search",
"basePath": "/bing",
"produces": [
"application/json"
],
Expand All @@ -43,7 +43,7 @@
}
],
"paths": {
"/localbusinesses/v7.0/search": {
"/v7.0/localbusinesses/search": {
"get": {
"summary": "The Local Search API lets you send a search query to Bing and get back search results that include local businesses such as restaurants, hotels, retail stores, or other local businesses. The query can specify the name of the local business or it can ask for a list (for example, restaurants near me).",
"operationId": "Local_Search",
Expand Down

0 comments on commit 453ae24

Please sign in to comment.