action meshery_id_post_adapter_config { label: "Handle POST requests to persist adapter config" description: "Used to persist adapter config" provider: meshery method: POST path: "/api/system/adapter/manage" encoding: json input: { type: "string" } output: { type: "object" additionalProperties: true } }