action meilisearch_update_akey { label: "Update a key" description: "Update a key" provider: meilisearch method: PATCH path: "/keys/wYZjGJyBcdb0621b97999c233246a8ec0a35d0fcd9a6417ef8ccee0c8978b64b123af2dd" encoding: json input: { type: "object" properties: { description: { type: "string" } } } output: { type: "object" additionalProperties: true } }