Updated Admin API Reference (markdown)

Stef Heyenrath
2020-01-25 09:40:51 +01:00
parent e2363aacad
commit 57b59c5b77

@@ -1,7 +1,7 @@
# Admin API Reference
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();
var server = WireMockServer.StartWithAdminInterface();
```
# API definition