mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-02-25 10:15:04 +01:00
Updated Admin API Reference (markdown)
@@ -7,6 +7,11 @@ var server = FluentMockServer.StartWithAdminInterface();
|
||||
```
|
||||
|
||||
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
|
||||
The mappings defined in the mock service.
|
||||
* `GET /__admin/mappings` --> Gets all defined mappings
|
||||
|
||||
Reference in New Issue
Block a user