action meilisearch_swap_indexes { label: "Swap indexes" description: "Swap indexes" provider: meilisearch method: POST path: "/indexes/swap-indexes" encoding: json input: { type: "array" items: { type: "object" properties: { indexes: { type: "array" items: { type: "string" } } } } } output: { type: "object" additionalProperties: true } }