mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-23 17:41:01 +01:00
Updated Admin API Reference (markdown)
@@ -14,7 +14,7 @@ The mappings defined in the mock service.
|
||||
* `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
|
||||
* `DELETE /__admin/mappings/{guid}` --> Delete a single stub mapping
|
||||
|
||||
### /__admin/requests
|
||||
Logged requests and responses received by the mock service.
|
||||
@@ -207,8 +207,8 @@ Example request
|
||||
}
|
||||
```
|
||||
|
||||
### `POST /__admin/mappings/{guid}` --> TODO
|
||||
### `DELETE /__admin/mappings/{guid}` --> TODO
|
||||
## `DELETE /__admin/mappings/{guid}`
|
||||
Delete a single stub mapping.
|
||||
|
||||
## /__admin/requests
|
||||
Logged requests and responses received by the mock service.
|
||||
|
||||
Reference in New Issue
Block a user