From e49d2d44cfa0da5dd1e2ec3441ed51112162fb17 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 17 Mar 2020 09:36:56 +0100 Subject: [PATCH] Updated Response Templating (markdown) --- Response-Templating.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Response-Templating.md b/Response-Templating.md index 20cd811..09ab851 100644 --- a/Response-Templating.md +++ b/Response-Templating.md @@ -64,8 +64,7 @@ The model of the request is supplied to the header and body templates. The follo * `request.bodyAsJson` - Request body as dynamic Json Object. Note that the request **must** contain the header `Content-Type` with value `application/json`! ### Handlebars helpers -All of the standard helpers (template functions) provided by the C# Handlebars implementation plus all of the string helpers are available e.g. -`{{capitalize request.query.search}}` +All of the standard helpers (template functions) provided by the [C# Handlebars implementation](https://github.com/rexm/Handlebars.Net) are available. ### Transform the content from a referenced file