Skip to content

Commit 5b803d7

Browse files
authored
Merge branch 'main' into chore/assert-long-lasting-requests
2 parents 15637c6 + 1251112 commit 5b803d7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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

specs/recommend/spec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ components:
7070
apiKey:
7171
$ref: '../common/securitySchemes.yml#/apiKey'
7272
servers:
73-
- url: https://{appId}.algolianet.com
73+
- url: https://{appId}.algolia.net
7474
variables:
7575
appId:
7676
default: ALGOLIA_APPLICATION_ID
@@ -86,7 +86,7 @@ servers:
8686
variables:
8787
appId:
8888
default: ALGOLIA_APPLICATION_ID
89-
- url: https://{appId}-dsn.algolianet.com
89+
- url: https://{appId}-dsn.algolia.net
9090
variables:
9191
appId:
9292
default: ALGOLIA_APPLICATION_ID

0 commit comments

Comments
 (0)