fix(ux): add description for jinja support
This commit is contained in:
parent
cf49369d14
commit
cb1dce5ef5
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@
|
|||
},
|
||||
{
|
||||
"depends_on": "eval: doc.request_structure == \"JSON\"",
|
||||
"description": "To add dynamic values from the document, use jinja tags like\n\n<div>\n<pre><code>{ \"id\": \"{{ doc.name }}\" }</code>\n</pre>\n</div>",
|
||||
"fieldname": "webhook_json",
|
||||
"fieldtype": "Code",
|
||||
"label": "JSON Request Body"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue