From b21ddff1a38dd0678d7c1744ad76e32c75f26631 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Fri, 10 Feb 2017 20:30:17 +0100 Subject: [PATCH] Updated Admin API Reference (markdown) --- Admin-API-Reference.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Admin-API-Reference.md b/Admin-API-Reference.md index 193bd08..ce00e17 100644 --- a/Admin-API-Reference.md +++ b/Admin-API-Reference.md @@ -175,10 +175,10 @@ Example request: ## `DELETE /__admin/mappings` Delete all stub mappings. -### `GET /__admin/mappings/{guid}` +## `GET /__admin/mappings/{guid}` Get a single stub mapping -### `PUT /__admin/mappings/{guid}` +## `PUT /__admin/mappings/{guid}` Update a single stub mapping Example request @@ -218,17 +218,20 @@ Delete a single stub mapping. ## /__admin/requests Logged requests and responses received by the mock service. -# `GET /__admin/requests` + +## `GET /__admin/requests` Get received requests -# `DELETE /__admin/requests` +## `DELETE /__admin/requests` Delete all received requests -# `GET /__admin/requests/{guid}` +## `GET /__admin/requests/{guid}` Get a single request. + + ### `POST /__admin/requests/reset` --> TODO ### `POST /__admin/requests/count` --> TODO ### `POST /__admin/requests/find` --> TODO ### `GET /__admin/requests/unmatched` --> TODO -### `GET /__admin/requests/unmatched/near-misses` --> TODO +### `GET /__admin/requests/unmatched/near-misses` --> TODO \ No newline at end of file