mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-27 20:01:52 +01:00
Updated Admin API Reference (markdown)
@@ -31,8 +31,8 @@ The global settings from the mock service.
|
|||||||
## /__admin/mappings
|
## /__admin/mappings
|
||||||
The mappings defined in the mock service.
|
The mappings defined in the mock service.
|
||||||
* `GET /__admin/mappings` --> Gets all defined mappings
|
* `GET /__admin/mappings` --> Gets all defined mappings
|
||||||
* `POST /__admin/mappings` --> Create a new single stub mapping or an array from a mapping or mappings
|
* `POST /__admin/mappings` --> Create a new single stub mapping or an array from mappings
|
||||||
* `POST /__admin/mappings/wiremock.org` --> Create a new single stub mapping or an array from **WireMock.org** mapping or mappings
|
* `POST /__admin/mappings/wiremock.org` --> Create a new single **WireMock.org** stub mapping or an array **WireMock.org** mappings
|
||||||
* `DELETE /__admin/mappings` or `POST /__admin/mappings/reset` --> Delete all stub mappings
|
* `DELETE /__admin/mappings` or `POST /__admin/mappings/reset` --> Delete all stub mappings
|
||||||
* `DELETE /__admin/mappings` with array of json mappings/GUIDs in body --> Delete stub mappings matching the specified GUIDs.
|
* `DELETE /__admin/mappings` with array of json mappings/GUIDs in body --> Delete stub mappings matching the specified GUIDs.
|
||||||
* `GET /__admin/mappings/{guid}` --> Get a single stub mapping
|
* `GET /__admin/mappings/{guid}` --> Get a single stub mapping
|
||||||
|
|||||||
Reference in New Issue
Block a user