This is an automated email from the ASF dual-hosted git repository.

mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh-site.git


The following commit(s) were added to refs/heads/master by this push:
     new fb5cf3d7 fix: markdown table for webhook
     new 6506fcf7 Merge pull request #79 from shaowenchen/fix_table_format
fb5cf3d7 is described below

commit fb5cf3d79ec265fd8342095b5eb37379921eeb6c
Author: shaowenchen <[email protected]>
AuthorDate: Fri Apr 21 09:05:59 2023 +0800

    fix: markdown table for webhook
---
 docs/design-document/14-webhook.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/design-document/14-webhook.md 
b/docs/design-document/14-webhook.md
index 02f4bcf1..302210fe 100644
--- a/docs/design-document/14-webhook.md
+++ b/docs/design-document/14-webhook.md
@@ -99,6 +99,7 @@ method: POST
 contentType: application/json
 
 input params:
+
 | field | desc | type | necessary | default |
 | -- | -- | -- | -- | -- |
 | callbackPath | call address, unique address | string | Y | null |
@@ -136,6 +137,7 @@ method: POST
 contentType: application/json
 
 input params:
+
 | field | desc | type | necessary | default |
 | -- | -- | -- | -- | -- |
 | callbackPath | call address, unique address | string | Y | null |
@@ -159,11 +161,11 @@ method: POST
 contentType: application/json
 
 input params:
+
 | field | desc | type | necessary | default |
 | -- | -- | -- | -- | -- |
 | callbackPath | call address, unique address | string | Y | null |
 
-
 E.g:
 
 ```json
@@ -175,6 +177,7 @@ E.g:
 ```
 
 Output params:
+
 | field | desc | type | necessary | default |
 | -- | -- | -- | -- | -- |
 | callbackPath | call address, unique address | string | Y | null |
@@ -196,6 +199,7 @@ method: POST
 contentType: application/json
 
 input params:
+
 | field | desc | type | necessary | default |
 | -- | -- | -- | -- | -- |
 | manufacturerName | manufacturer name | string | Y | null |
@@ -212,6 +216,7 @@ E.g:
 ```
 
 Output params:
+
 | field | desc | type | necessary | default |
 | -- | -- | -- | -- | -- |
 | callbackPath | call address, unique address | string | Y | null |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to