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