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.
1 parent 384945a commit db0d18dCopy full SHA for db0d18d
src/indexes.ts
@@ -1402,7 +1402,7 @@ export class Index<T extends RecordAny = RecordAny> {
1402
* @returns Promise containing an EnqueuedTask
1403
*/
1404
updateChat(chatSettings: ChatSettingsPayload): EnqueuedTaskPromise {
1405
- return this.#httpRequestsWithTask.put({
+ return this.#httpRequestsWithTask.patch({
1406
path: `indexes/${this.uid}/settings/chat`,
1407
body: chatSettings,
1408
});
0 commit comments