From 1729565ee6b3dbd43ee10512839867f3cc50be10 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 4 Aug 2018 13:20:14 +0200 Subject: [PATCH] Updated Admin API Reference (markdown) --- Admin-API-Reference.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Admin-API-Reference.md b/Admin-API-Reference.md index 74d880a..5254b7e 100644 --- a/Admin-API-Reference.md +++ b/Admin-API-Reference.md @@ -1,7 +1,5 @@ # Admin API Reference -The **WireMock admin API** provides functionality to define the mappings via a http interface. -In order to use this interface, you need to enable the admin interface: - +The **WireMock admin API** provides functionality to define the mappings via a http/https interface. To use this interface, you need to enable the admin interface in code: ```c# var server = FluentMockServer.StartWithAdminInterface(); ```