We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3408a02 + 49e35ae commit a2d47e0Copy full SHA for a2d47e0
.code-samples.meilisearch.yaml
@@ -897,11 +897,11 @@ settings_guide_typo_tolerance_1: |-
897
}'
898
updating_guide_check_version_new_authorization_header: |-
899
curl \
900
- -X GET 'http://127.0.0.1:7700/version' \
+ -X GET 'http://localhost:7700/version' \
901
-H 'Authorization: Bearer API_KEY'
902
updating_guide_check_version_old_authorization_header: |-
903
904
905
-H 'X-Meili-API-Key: API_KEY'
906
updating_guide_get_displayed_attributes_new: |-
907
# whenever you see {index_uid}, replace it with your index's unique id
0 commit comments