From f3002c419309df5de5f4b3c6995577ec38899e0e Mon Sep 17 00:00:00 2001 From: DMadhuranga Date: Thu, 2 Apr 2020 13:50:37 +0530 Subject: [PATCH] Fix example using endpoint template Adding namespace --- .../template_examples/using-endpoint-templates.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/en/micro-integrator/docs/use-cases/examples/template_examples/using-endpoint-templates.md b/en/micro-integrator/docs/use-cases/examples/template_examples/using-endpoint-templates.md index cc0665c45..51cbe2c9b 100644 --- a/en/micro-integrator/docs/use-cases/examples/template_examples/using-endpoint-templates.md +++ b/en/micro-integrator/docs/use-cases/examples/template_examples/using-endpoint-templates.md @@ -3,7 +3,7 @@ For example, let's say we have two default endpoints with following hypothetical configurations: ```xml tab='Endpoint 1' - + 10001,10002 @@ -18,7 +18,7 @@ For example, let's say we have two default endpoints with following hypothetical ``` ```xml tab='Endpoint 2' - + 10001,10003 @@ -35,7 +35,7 @@ For example, let's say we have two default endpoints with following hypothetical We can see that these two endpoints have different set of error codes and different progression factors for suspension. Furthermore, the number of retries is different between them. By defining an endpoint template, these two endpoints can be converged to a generalized form. This is illustrated in the following: ``` -