Skip to content

Commit add3c45

Browse files
fix chat settings
1 parent 30a8a49 commit add3c45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/api/settings.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

30173017
Partially 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
}

0 commit comments

Comments
 (0)