File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ info:
106106 `/1/` in each endpoint's URL.
107107 version : 1.0.0
108108servers :
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' \
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ info:
106106 `/1/` in each endpoint's URL.
107107 version : 1.0.0
108108servers :
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
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ components:
7070 apiKey :
7171 $ref : ' ../common/securitySchemes.yml#/apiKey'
7272servers :
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
You can’t perform that action at this time.
0 commit comments