mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-24 18:32:13 +01:00
Update docs to reflect pull request #409
@@ -33,6 +33,7 @@ The mappings defined in the mock service.
|
||||
* `GET /__admin/mappings` --> Gets all defined mappings
|
||||
* `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
|
||||
* `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
|
||||
* `PUT /__admin/mappings/{guid}` --> Update a stub mapping
|
||||
* `DELETE /__admin/mappings/{guid}` --> Delete a single stub mapping
|
||||
|
||||
Reference in New Issue
Block a user