mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-15 06:43:37 +01:00
Fix for PutMappingAsync not setting Content-Type (#183)
This commit is contained in:
committed by
Stef Heyenrath
parent
1a184ebfdf
commit
01d6dce62d
@@ -84,6 +84,7 @@ namespace WireMock.Client
|
||||
/// <param name="guid">The Guid</param>
|
||||
/// <param name="mapping">MappingModel</param>
|
||||
[Put("__admin/mappings/{guid}")]
|
||||
[Header("Content-Type", "application/json")]
|
||||
Task<StatusModel> PutMappingAsync([Path] Guid guid, [Body] MappingModel mapping);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user