From 399644286b76efec3cb768cdea520a3e76280c5a Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 10 Apr 2023 08:45:11 +0200 Subject: [PATCH] Updated Admin API Reference (markdown) --- Admin-API-Reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin-API-Reference.md b/Admin-API-Reference.md index e0d2aeb..179b1fe 100644 --- a/Admin-API-Reference.md +++ b/Admin-API-Reference.md @@ -62,7 +62,7 @@ The mappings defined in the mock service. * `GET /__admin/mappings/{guid}` --> Get a single stub mapping * `PUT /__admin/mappings/{guid}` --> Update a stub mapping * `DELETE /__admin/mappings/{guid}` --> Delete a single stub mapping -* `POST /__admin/mappings/save` --> Save all persistent stub mappings to the backing store +* `POST /__admin/mappings/save` --> Save all persistent stub mappings to the backing store
(by default this is `\bin\{x}\__admin\mappings`. Where `{x}` is the platform and build configuration) ## /admin/files