From 6d8013a2943f7b214b37fbcc330ce8e42cc4b87e Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 29 Jan 2017 18:05:32 +0100 Subject: [PATCH] Updated Admin API Reference (markdown) --- Admin-API-Reference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Admin-API-Reference.md b/Admin-API-Reference.md index d10a445..a9989c3 100644 --- a/Admin-API-Reference.md +++ b/Admin-API-Reference.md @@ -14,7 +14,7 @@ The mappings defined in the mock service. * `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 +* `DELETE /__admin/mappings/{guid}` --> Delete a single stub mapping ### /__admin/requests Logged requests and responses received by the mock service. @@ -207,8 +207,8 @@ Example request } ``` -### `POST /__admin/mappings/{guid}` --> TODO -### `DELETE /__admin/mappings/{guid}` --> TODO +## `DELETE /__admin/mappings/{guid}` +Delete a single stub mapping. ## /__admin/requests Logged requests and responses received by the mock service.