Skip to content

Commit 8a4f49b

Browse files
committed
host url changes
1 parent 539de61 commit 8a4f49b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/cognitive-services/bing-local-business-search/local-search-query-response.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The full request URL syntax is shown below. See the Bing Local Business Search A
2727
For information on local search categories, see [Search categories for the Bing Local Business Search API](local-categories.md).
2828

2929
```
30-
https://api.cognitive.microsoft.com/bing/localbusinesses/v7.0/search[?q][&localCategories][&cc][&mkt][&safesearch][&setlang][&count][&first][&localCircularView][&localMapView]
30+
https://api.cognitive.microsoft.com/bing/v7.0/localbusinesses/search[?q][&localCategories][&cc][&mkt][&safesearch][&setlang][&count][&first][&localCircularView][&localMapView]
3131
```
3232

3333
## Using responses

articles/cognitive-services/bing-local-business-search/local-search-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For information about permitted use and display of results, see [Use and display
3333
To request local business results, send a GET request to:
3434

3535
```
36-
https://api.cognitive.microsoft.com/bing/localbusinesses/v7.0/search
36+
https://api.cognitive.microsoft.com/bing/v7.0/localbusinesses/search
3737
3838
```
3939

articles/cognitive-services/bing-local-business-search/quickstarts/local-search-java-quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public class LocalSearchCls {
8989
static String subscriptionKey = "YOUR-ACCESS-KEY";
9090
9191
static String host = "https://api.cognitive.microsoft.com/bing";
92-
static String path = "/V7.0/localbusinesses/search";
92+
static String path = "/v7.0/localbusinesses/search";
9393
9494
static String searchTerm = "Hotel in Bellevue";
9595

articles/cognitive-services/bing-local-business-search/specify-geographic-search.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To specify a circular geographic search area, pick a latitude and longitude to s
2929
Complete query:
3030

3131
````
32-
https://www.bingapis.com/api/v7/localbusinesses/search?q=restaurant&localCircularView=47.6421,-122.13715,5000&appid=0123456789ABCDEF&mkt=en-us&form=monitr
32+
https://api.cognitive.microsoft.com/bing/v7.0/localbusinesses/search?q=restaurant&localCircularView=47.6421,-122.13715,5000&appid=0123456789ABCDEF&mkt=en-us&form=monitr
3333
````
3434

3535
## localMapView
@@ -41,7 +41,7 @@ To specify a rectangular search area, pick two sets of latitude/longitude coordi
4141
Complete query:
4242

4343
````
44-
https://www.bingapis.com/api/v7/localbusinesses/search?q=restaurant&localMapView=47.619987,-122.181671,47.6421,-122.13715&appid=0123456789ABCDEF&mkt=en-us&form=monitr
44+
https://api.cognitive.microsoft.com/bing/v7.0/localbusinesses/search?q=restaurant&localMapView=47.619987,-122.181671,47.6421,-122.13715&appid=0123456789ABCDEF&mkt=en-us&form=monitr
4545
````
4646

4747
## Next steps

0 commit comments

Comments
 (0)