File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -622,7 +622,7 @@ getting_started_configure_settings: |-
622
622
}'
623
623
getting_started_communicating_with_a_protected_instance : |-
624
624
curl \
625
- -X POST 'http://127.0.0.1 :7700/indexes/movies/search' \
625
+ -X POST 'http://localhost :7700/indexes/movies/search' \
626
626
-H 'Authorization: Bearer API_KEY'
627
627
faceted_search_update_settings_1 : |-
628
628
curl \
@@ -897,11 +897,11 @@ settings_guide_typo_tolerance_1: |-
897
897
}'
898
898
updating_guide_check_version_new_authorization_header : |-
899
899
curl \
900
- -X GET 'http://127.0.0.1 :7700/version' \
900
+ -X GET 'http://localhost :7700/version' \
901
901
-H 'Authorization: Bearer API_KEY'
902
902
updating_guide_check_version_old_authorization_header : |-
903
903
curl \
904
- -X GET 'http://127.0.0.1 :7700/version' \
904
+ -X GET 'http://localhost :7700/version' \
905
905
-H 'X-Meili-API-Key: API_KEY'
906
906
updating_guide_get_displayed_attributes_new : |-
907
907
# whenever you see {index_uid}, replace it with your index's unique id
You can’t perform that action at this time.
0 commit comments