action meshery_id_post_adapter_operation { label: "Handle POST requests for Adapter Operations" description: "Used to send operations to the adapters" provider: meshery method: POST path: "/api/system/adapter/operation" encoding: json input: { type: "object" properties: { adapter: { type: "string" } customBody: { type: "string" } deleteOp: { type: "string" } namespace: { type: "string" } query: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }