From 78cb82fd340d1775e0c80fa06c49d417ec853c22 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Fri, 12 Mar 2021 07:30:47 +0100 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 6dd8781..3be64c0 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.0.13.0). +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.