From 4cff1f3c2d7074a6220aade23f548d8569c76a7e Mon Sep 17 00:00:00 2001 From: Dinithi Navodya Dias <33226735+DinithiDiaz@users.noreply.github.com> Date: Fri, 14 Jun 2024 08:31:34 +0530 Subject: [PATCH] Update creating-synapse-handlers.md --- .../develop/customizations/creating-synapse-handlers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/docs/integrate/develop/customizations/creating-synapse-handlers.md b/en/docs/integrate/develop/customizations/creating-synapse-handlers.md index 2a1787f230..ee53b2b0b8 100644 --- a/en/docs/integrate/develop/customizations/creating-synapse-handlers.md +++ b/en/docs/integrate/develop/customizations/creating-synapse-handlers.md @@ -91,7 +91,7 @@ To deploy your custom synapse handler in WSO2 Micro Integrator, bundle the artif To engage the deployed Synapse handler, you need to add the following configuration to the `deployment.toml` file. ```toml -[synapse_handlers] -.enabled = true -.class = "." +[[synapse_handlers]] +name = "" +class = "." ```