mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
Incomplete wiki / Swagger Doc #339
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @orik007 on GitHub (Mar 4, 2021).
Originally assigned to: @StefH on GitHub.
Hey, nice application. Im using it well in my e2e tests.
But I have to download whole project for exploring, because not all features are documented.
For example
@orik007 commented on GitHub (Mar 11, 2021):
Another small one :-)
https://app.swaggerhub.com/apis/StefHeyenrath/WireMock/1.0.13.0#/default/post___admin_mappings
All POST requests return correctly 201 http status, but according to API, its 200.
Detail, but im generating client layer from API, and 201 is unexpected result throwing exception.
@orik007 commented on GitHub (Mar 12, 2021):
Aaand there is no DELETE status in /mappings
And no /reset route
in API