Location: https://www.meilisearch.com/docs/reference/api/settings#update-index-chat-settings In the API reference, to update the index chat settings, it says: ``` PATCH /indexes/{index_uid}/settings/chat ``` It should be a `PUT` This could be the case for other settings.