diff --git a/Response-Templating.md b/Response-Templating.md index 23d6ab9..b314795 100644 --- a/Response-Templating.md +++ b/Response-Templating.md @@ -77,8 +77,6 @@ Or using the admin mapping file: ] }, "Response": { - "StatusCode": 200, - "BodyDestination": "SameAsSource", "Body": "{{JsonPath.SelectToken request.body \"$.Manufacturers[?(@.Name == 'Acme Co')]\"}}", "UseTransformer": true, "Headers": { @@ -105,7 +103,6 @@ Note that also replacing values in a Json Object and returning a the body as Jso ] }, "Response": { - "StatusCode": 200, "BodyAsJson": { "path": "{{request.path}}", "result": "{{JsonPath.SelectToken request.bodyAsJson \"username\"}}"