Skip to content

Commit debf994

Browse files
committed
updated application/csv to text/cse
1 parent 6ce2c40 commit debf994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ def update_documents_csv(
617617
MeiliSearchApiError
618618
An error containing details about why Meilisearch can't process your request. Meilisearch error codes are described here: https://docs.meilisearch.com/errors/#meilisearch-errors
619619
"""
620-
return self.update_documents_raw(str_documents, primary_key, "application/csv")
620+
return self.update_documents_raw(str_documents, primary_key, "text/csv")
621621

622622
def update_documents_raw(
623623
self,

0 commit comments

Comments
 (0)