Updated Admin API Reference (markdown)

Stef Heyenrath
2018-08-04 13:20:14 +02:00
parent a888af55b6
commit 1729565ee6

@@ -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();
```