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