mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-02-21 00:08:05 +01:00
Updated Admin API Reference (markdown)
@@ -11,7 +11,7 @@ The following interfaces are supported:
|
||||
The mappings defined in the mock service.
|
||||
* `GET /__admin/mappings` --> Gets all defined mappings
|
||||
* `POST /__admin/mappings` --> Create a new stub mapping
|
||||
* `DELETE /__admin/mappings` --> TODO
|
||||
* `DELETE /__admin/mappings` --> Delete all stub mappings
|
||||
* `GET /__admin/mappings/{guid}` --> Get a single stub mapping
|
||||
* `PUT /__admin/mappings/{guid}` --> Update a stub mapping
|
||||
* `DELETE /__admin/mappings/{guid}` --> TODO
|
||||
@@ -167,7 +167,7 @@ Example request:
|
||||
```
|
||||
|
||||
## `DELETE /__admin/mappings`
|
||||
TODO
|
||||
Delete all stub mappings.
|
||||
|
||||
### `GET /__admin/mappings/{guid}`
|
||||
Get a single stub mapping
|
||||
|
||||
Reference in New Issue
Block a user