Fix method ResetMappingsAsync in the RestEase-AdminApi (#465)

This commit is contained in:
Stef Heyenrath
2020-05-14 08:00:44 +02:00
committed by GitHub
parent 80993c7740
commit 5b2cd061a6

View File

@@ -86,7 +86,7 @@ namespace WireMock.Client
/// Delete (reset) all mappings.
/// </summary>
/// <param name="reloadStaticMappings">A value indicating whether to reload the static mappings after the reset.</param>
[Post("__admin/mappings/reset")]
[Post("mappings/reset")]
Task<StatusModel> ResetMappingsAsync(bool? reloadStaticMappings = false);
/// <summary>