mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-17 23:03:46 +01:00
Updated Admin API Reference (markdown)
@@ -175,10 +175,10 @@ Example request:
|
||||
## `DELETE /__admin/mappings`
|
||||
Delete all stub mappings.
|
||||
|
||||
### `GET /__admin/mappings/{guid}`
|
||||
## `GET /__admin/mappings/{guid}`
|
||||
Get a single stub mapping
|
||||
|
||||
### `PUT /__admin/mappings/{guid}`
|
||||
## `PUT /__admin/mappings/{guid}`
|
||||
Update a single stub mapping
|
||||
|
||||
Example request
|
||||
@@ -218,17 +218,20 @@ Delete a single stub mapping.
|
||||
|
||||
## /__admin/requests
|
||||
Logged requests and responses received by the mock service.
|
||||
# `GET /__admin/requests`
|
||||
|
||||
## `GET /__admin/requests`
|
||||
Get received requests
|
||||
|
||||
# `DELETE /__admin/requests`
|
||||
## `DELETE /__admin/requests`
|
||||
Delete all received requests
|
||||
|
||||
# `GET /__admin/requests/{guid}`
|
||||
## `GET /__admin/requests/{guid}`
|
||||
Get a single request.
|
||||
|
||||
|
||||
|
||||
### `POST /__admin/requests/reset` --> TODO
|
||||
### `POST /__admin/requests/count` --> TODO
|
||||
### `POST /__admin/requests/find` --> TODO
|
||||
### `GET /__admin/requests/unmatched` --> TODO
|
||||
### `GET /__admin/requests/unmatched/near-misses` --> TODO
|
||||
### `GET /__admin/requests/unmatched/near-misses` --> TODO
|
||||
Reference in New Issue
Block a user