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