Skip to content

Commit 1251112

Browse files
algolia-botkai687
andcommitted
fix(specs): correct server URLs for Recommend (#4595) (generated) [skip ci]
Co-authored-by: Kai Welke <[email protected]>
1 parent d74532f commit 1251112

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/bundled/recommend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ info:
106106
`/1/` in each endpoint's URL.
107107
version: 1.0.0
108108
servers:
109-
- url: https://{appId}.algolianet.com
109+
- url: https://{appId}.algolia.net
110110
variables:
111111
appId:
112112
default: ALGOLIA_APPLICATION_ID
@@ -122,7 +122,7 @@ servers:
122122
variables:
123123
appId:
124124
default: ALGOLIA_APPLICATION_ID
125-
- url: https://{appId}-dsn.algolianet.com
125+
- url: https://{appId}-dsn.algolia.net
126126
variables:
127127
appId:
128128
default: ALGOLIA_APPLICATION_ID
@@ -1460,7 +1460,7 @@ paths:
14601460
label: curl
14611461
source: |-
14621462
curl --request POST \
1463-
--url 'https://algolia_application_id.algolianet.com/1/indexes/*/recommendations' \
1463+
--url 'https://algolia_application_id.algolia.net/1/indexes/*/recommendations' \
14641464
--header 'accept: application/json' \
14651465
--header 'content-type: application/json' \
14661466
--header 'x-algolia-api-key: ALGOLIA_API_KEY' \

specs/bundled/recommend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ info:
106106
`/1/` in each endpoint's URL.
107107
version: 1.0.0
108108
servers:
109-
- url: https://{appId}.algolianet.com
109+
- url: https://{appId}.algolia.net
110110
variables:
111111
appId:
112112
default: ALGOLIA_APPLICATION_ID
@@ -122,7 +122,7 @@ servers:
122122
variables:
123123
appId:
124124
default: ALGOLIA_APPLICATION_ID
125-
- url: https://{appId}-dsn.algolianet.com
125+
- url: https://{appId}-dsn.algolia.net
126126
variables:
127127
appId:
128128
default: ALGOLIA_APPLICATION_ID

0 commit comments

Comments
 (0)