action meilisearch_udpate_index { label: "Udpate index " description: "Can only change the document identifier if it has not already been added before." provider: meilisearch method: PATCH path: "/indexes/books" encoding: json input: { type: "object" properties: { primaryKey: { type: "string" } } } output: { type: "object" additionalProperties: true } }