mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-17 23:03:46 +01:00
Updated Admin API Reference (markdown)
@@ -18,7 +18,7 @@ The global settings from the mock service.
|
||||
## /__admin/mappings
|
||||
The mappings defined in the mock service.
|
||||
* `GET /__admin/mappings` --> Gets all defined mappings
|
||||
* `POST /__admin/mappings` --> Create a new stub mapping
|
||||
* `POST /__admin/mappings` --> Create a new single stub mapping or an array from mappings
|
||||
* `DELETE /__admin/mappings` or `POST /__admin/mappings/reset` --> Delete all stub mappings
|
||||
* `GET /__admin/mappings/{guid}` --> Get a single stub mapping
|
||||
* `PUT /__admin/mappings/{guid}` --> Update a stub mapping
|
||||
|
||||
Reference in New Issue
Block a user