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 @@ -3012,7 +3012,7 @@ curl \
30123012
30133013### Update index chat settings
30143014
3015- <RouteHighlighter method = " PATCH " path = " /indexes/{index_uid}/settings/chat" />
3015+ <RouteHighlighter method = " PUT " path = " /indexes/{index_uid}/settings/chat" />
30163016
30173017Partially update the index chat settings for an index.
30183018
@@ -3032,10 +3032,10 @@ Partially update the index chat settings for an index.
30323032 "searchParameters" : {
30333033 "hybrid" : <Object>,
30343034 "limit" : <Integer>,
3035- "sort" : <String>,
3035+ "sort" : [ <String>, <String>, … ] ,
30363036 "distinct" : <String>,
30373037 "matchingStrategy" : <String>,
3038- "attributesToSearchOn" : <String>,
3038+ "attributesToSearchOn" : [ <String>, <String>, … ] ,
30393039 "rankingScoreThreshold" : <Float>,
30403040 }
30413041}
You can’t perform that action at this time.
0 commit comments