From 0bc1ad2da11a33a405b0cf2a24298c0557ce46d7 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 4 Jun 2018 09:11:12 +0200 Subject: [PATCH] Updated Admin API Reference (markdown) --- Admin-API-Reference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Admin-API-Reference.md b/Admin-API-Reference.md index fb2c767..8223f08 100644 --- a/Admin-API-Reference.md +++ b/Admin-API-Reference.md @@ -172,7 +172,8 @@ Example request: "BodyAsJson": { "result": "test - {{request.path}}" }, "Headers": { "Content-Type": "application/json", "a" : "b" - } + }, + "Delay": 10 } } ``` @@ -241,8 +242,7 @@ Example request "Headers": { "Transformed-Postman-Token": "token is {{request.headers.Postman-Token}}", "Content-Type": "application/json" - }, - "Delay: 10 + } } } ```