File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1606,7 +1606,7 @@ get_vector_store_settings_1: |-
16061606 -X GET 'MEILISEARCH_URL/indexes/INDEX_UID/settings/vector-store'
16071607update_vector_store_settings_1 : |-
16081608 curl \
1609- -X PUT 'MEILISEARCH_URL/indexes/INDEX_UID/settings/vector-store' \
1609+ -X PATCH 'MEILISEARCH_URL/indexes/INDEX_UID/settings/vector-store' \
16101610 -H 'Content-Type: application/json' \
16111611 --data-binary '"experimental"'
16121612reset_vector_store_settings_1 : |-
Original file line number Diff line number Diff line change @@ -3255,7 +3255,7 @@ Get the vector store of an index.
32553255
32563256### Update vector store settings
32573257
3258- <RouteHighlighter method = " PUT " path = " /indexes/{index_uid}/settings/vector-store" />
3258+ <RouteHighlighter method = " PATCH " path = " /indexes/{index_uid}/settings/vector-store" />
32593259
32603260Update the vector store of an index.
32613261
You can’t perform that action at this time.
0 commit comments