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