Update docs to reflect pull request #409

Noah Lerner
2020-02-02 13:20:08 +02:00
parent 1ae8262003
commit 97088364b3

@@ -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