action meilisearch_update_filterable_attributes { label: "Update filterable attributes" description: "Update filterable attributes" provider: meilisearch method: PUT path: "/indexes/books/settings/filterable-attributes" encoding: json input: { type: "array" items: { type: "string" } } output: { type: "object" additionalProperties: true } }