Skip to content

Commit f4c3d7b

Browse files
committed
chore: upgrade service search api to v3
1 parent f60fb07 commit f4c3d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/serviceSearchClient/src/live-serviceSearch-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class LiveServiceSearchClient implements ServiceSearchClient {
8888
"Subscription-Key": process.env.ServiceSearchApiKey
8989
}
9090
this.baseQueryParams = {
91-
"api-version": 2,
91+
"api-version": 3,
9292
"searchFields": "ODSCode",
9393
"$filter": "OrganisationTypeId eq 'PHA' and OrganisationSubType eq 'DistanceSelling'",
9494
"$select": "URL,OrganisationSubType",

0 commit comments

Comments
 (0)