mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-23 07:16:52 +02:00
Updated Admin API Reference (markdown)
+3
-1
@@ -6,10 +6,12 @@ In order to use this interface, you need to enable the admin interface:
|
|||||||
var server = FluentMockServer.StartWithAdminInterface();
|
var server = FluentMockServer.StartWithAdminInterface();
|
||||||
```
|
```
|
||||||
|
|
||||||
## API definition
|
# API definition
|
||||||
A Swagger 2.0 definition can be found [here](https://app.swaggerhub.com/apis/StefHeyenrath/WireMock/1.0.4.8).
|
A Swagger 2.0 definition can be found [here](https://app.swaggerhub.com/apis/StefHeyenrath/WireMock/1.0.4.8).
|
||||||
|
|
||||||
|
## Supported interfaces
|
||||||
The following interfaces are supported:
|
The following interfaces are supported:
|
||||||
|
|
||||||
## /__admin/settings
|
## /__admin/settings
|
||||||
The global settings from the mock service.
|
The global settings from the mock service.
|
||||||
* `GET /__admin/settings` --> Gets the current global settings
|
* `GET /__admin/settings` --> Gets the current global settings
|
||||||
|
|||||||
Reference in New Issue
Block a user