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 + } } } ```