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 020d792 commit a2fbddbCopy full SHA for a2fbddb
meilisearch_python_sdk/models/index.py
@@ -9,7 +9,7 @@
9
10
class IndexBase(CamelBase):
11
uid: str
12
- primary_key: Optional[str]
+ primary_key: Optional[str] = None
13
14
15
class IndexInfo(IndexBase):
0 commit comments