From cd5e58d9a8a7d4fe720c263eb80aca19f8f6119e Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 29 Jan 2017 17:43:31 +0100 Subject: [PATCH] Updated Admin API Reference (markdown) --- Admin-API-Reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin-API-Reference.md b/Admin-API-Reference.md index 97a8e38..d10a445 100644 --- a/Admin-API-Reference.md +++ b/Admin-API-Reference.md @@ -11,7 +11,7 @@ The following interfaces are supported: The mappings defined in the mock service. * `GET /__admin/mappings` --> Gets all defined mappings * `POST /__admin/mappings` --> Create a new stub mapping -* `DELETE /__admin/mappings` --> TODO +* `DELETE /__admin/mappings` --> Delete all stub mappings * `GET /__admin/mappings/{guid}` --> Get a single stub mapping * `PUT /__admin/mappings/{guid}` --> Update a stub mapping * `DELETE /__admin/mappings/{guid}` --> TODO @@ -167,7 +167,7 @@ Example request: ``` ## `DELETE /__admin/mappings` -TODO +Delete all stub mappings. ### `GET /__admin/mappings/{guid}` Get a single stub mapping