From 977460d3bed0efcab44cd288eb8fa9511eb37baf Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Thu, 16 Sep 2021 14:37:19 +0200 Subject: [PATCH] Updated Admin API Reference (markdown) --- Admin-API-Reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin-API-Reference.md b/Admin-API-Reference.md index cbc55d9..77c97e8 100644 --- a/Admin-API-Reference.md +++ b/Admin-API-Reference.md @@ -31,8 +31,8 @@ The global settings from the mock service. ## /__admin/mappings The mappings defined in the mock service. * `GET /__admin/mappings` --> Gets all defined mappings -* `POST /__admin/mappings` --> Create a new single stub mapping or an array from a mapping or mappings -* `POST /__admin/mappings/wiremock.org` --> Create a new single stub mapping or an array from **WireMock.org** mapping or mappings +* `POST /__admin/mappings` --> Create a new single stub mapping or an array from mappings +* `POST /__admin/mappings/wiremock.org` --> Create a new single **WireMock.org** stub mapping or an array **WireMock.org** mappings * `DELETE /__admin/mappings` or `POST /__admin/mappings/reset` --> Delete all stub mappings * `DELETE /__admin/mappings` with array of json mappings/GUIDs in body --> Delete stub mappings matching the specified GUIDs. * `GET /__admin/mappings/{guid}` --> Get a single stub mapping