diff --git a/frappe/integrations/doctype/webhook/webhook.json b/frappe/integrations/doctype/webhook/webhook.json index f8106eddb9..c4fc4f675d 100644 --- a/frappe/integrations/doctype/webhook/webhook.json +++ b/frappe/integrations/doctype/webhook/webhook.json @@ -132,7 +132,8 @@ "description": "To add dynamic values from the document, use jinja tags like\n\n
\n
{ \"id\": \"{{ doc.name }}\" }\n
\n
", "fieldname": "webhook_json", "fieldtype": "Code", - "label": "JSON Request Body" + "label": "JSON Request Body", + "options": "JSON" }, { "fieldname": "naming_series", @@ -209,7 +210,7 @@ "link_fieldname": "webhook" } ], - "modified": "2023-05-21 15:30:20.714582", + "modified": "2023-05-21 15:42:58.844826", "modified_by": "Administrator", "module": "Integrations", "name": "Webhook",