From 9f54bca58939476d77acb46663287e1cc31b69cc Mon Sep 17 00:00:00 2001 From: Dinithi Navodya Dias <33226735+DinithiDiaz@users.noreply.github.com> Date: Fri, 14 Jun 2024 08:24:00 +0530 Subject: [PATCH] Update creating-synapse-handlers.md --- en/docs/develop/customizations/creating-synapse-handlers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/docs/develop/customizations/creating-synapse-handlers.md b/en/docs/develop/customizations/creating-synapse-handlers.md index 2a1787f23..ee53b2b0b 100644 --- a/en/docs/develop/customizations/creating-synapse-handlers.md +++ b/en/docs/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 = "." ```