From d99e188b8470bd77680300855b7520eff786bb28 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 13 Feb 2017 19:32:17 +0100 Subject: [PATCH] Updated Admin API Reference (markdown) --- Admin-API-Reference.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Admin-API-Reference.md b/Admin-API-Reference.md index 93aa117..de2b62a 100644 --- a/Admin-API-Reference.md +++ b/Admin-API-Reference.md @@ -7,6 +7,11 @@ var server = FluentMockServer.StartWithAdminInterface(); ``` The following interfaces are supported: +## /__admin/settings +The global settings from the mock service. +* `GET /__admin/settings` --> Gets the current global settings +* `POST /__admin/settings` --> Updates the current global settings + ## /__admin/mappings The mappings defined in the mock service. * `GET /__admin/mappings` --> Gets all defined mappings