Skip to content

Commit 2c0a78b

Browse files
committed
chore: Adding new endpoint to get metadata about all fields in an index.
1 parent bf34cee commit 2c0a78b

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
@@ -2611,7 +2611,6 @@ def get_fields(
26112611
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
26122612
"""
26132613
body: Dict[str, Any] = {}
2614-
26152614
if offset is not None:
26162615
body["offset"] = offset
26172616
if limit is not None:

0 commit comments

Comments
 (0)