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 = "." ```