action meilisearch_reset_searchable_attributes { label: "Reset searchable attributes" description: "Reset searchable attributes" provider: meilisearch method: DELETE path: "/indexes/books/settings/searchable-attributes" encoding: json output: { type: "object" additionalProperties: true } }