Skip to content

Commit 9c4d386

Browse files
committed
chore: Adding new endpoint to get metadata about all fields in an index.
1 parent 41c8ac8 commit 9c4d386

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

meilisearch/index.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2606,7 +2606,6 @@ def get_fields(
26062606
An error containing details about why Meilisearch can't process your request. Meilisearch error codes are described here: https://www.meilisearch.com/docs/reference/errors/error_codes#meilisearch-errors
26072607
"""
26082608
body: Dict[str, Any] = {}
2609-
26102609
if offset is not None:
26112610
body["offset"] = offset
26122611
if limit is not None:

0 commit comments

Comments
 (0)