From 53f7455a6498f3eda03c4c175d3002ac2ad1d13a Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 5 Oct 2022 10:45:46 +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 b5db965..0af08d1 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.24). +A Swagger 2.0 definition can be found [on Swagger hub](https://app.swaggerhub.com/apis/StefHeyenrath/WireMock/1.4.7). # 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.