From 97088364b3ae752524a7952d2d1622836e39b198 Mon Sep 17 00:00:00 2001 From: Noah Lerner Date: Sun, 2 Feb 2020 13:20:08 +0200 Subject: [PATCH] Update docs to reflect pull request #409 --- Admin-API-Reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Admin-API-Reference.md b/Admin-API-Reference.md index 4fa3f40..5d05bc2 100644 --- a/Admin-API-Reference.md +++ b/Admin-API-Reference.md @@ -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