You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which gives error. Per the documentation, the basePath must be /bing and the actual path should be /v7.0/localbusinesses/search which will resolve the issue. (I have verified it)
But without the fix, this service is not usable by any language SDKs.
The text was updated successfully, but these errors were encountered:
As of September 3, 2019, In the Local Search Swagger, the host looks like this
and the basePath looks like this:
and the actual Path looks like this:
"/localbusinesses/v7.0/search": {
This is incorrect. As a result of this, the generated SDKs try to make contact to the endpoint:
which gives error. Per the documentation, the basePath must be
/bing
and the actual path should be/v7.0/localbusinesses/search
which will resolve the issue. (I have verified it)But without the fix, this service is not usable by any language SDKs.
The text was updated successfully, but these errors were encountered: