From 8f0e11bcfccde2858111bac2b7ec37541025719a Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 23 Oct 2021 08:40:48 +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 0af08d1..b5db965 100644 --- a/Admin-API-Reference.md +++ b/Admin-API-Reference.md @@ -5,7 +5,7 @@ var server = WireMockServer.StartWithAdminInterface(); ``` # API definition -A Swagger 2.0 definition can be found [on Swagger hub](https://app.swaggerhub.com/apis/StefHeyenrath/WireMock/1.4.7). +A Swagger 2.0 definition can be found [on Swagger hub](https://app.swaggerhub.com/apis/StefHeyenrath/WireMock/1.4.24). # Client API You can use a predefined interface API ([WireMock.Net.RestClient](https://www.nuget.org/packages/WireMock.Net.RestClient)) to access all the methods described on this page.