mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-28 03:37:45 +02:00
Updated Admin API Reference (markdown)
@@ -7,6 +7,11 @@ var server = FluentMockServer.StartWithAdminInterface();
|
|||||||
```
|
```
|
||||||
|
|
||||||
The following interfaces are supported:
|
The following interfaces are supported:
|
||||||
|
## /__admin/settings
|
||||||
|
The global settings from the mock service.
|
||||||
|
* `GET /__admin/settings` --> Gets the current global settings
|
||||||
|
* `POST /__admin/settings` --> Updates the current global settings
|
||||||
|
|
||||||
## /__admin/mappings
|
## /__admin/mappings
|
||||||
The mappings defined in the mock service.
|
The mappings defined in the mock service.
|
||||||
* `GET /__admin/mappings` --> Gets all defined mappings
|
* `GET /__admin/mappings` --> Gets all defined mappings
|
||||||
|
|||||||
Reference in New Issue
Block a user