mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
How can I have the latest version of admin api OpenApi (swagger) file ? #454
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 @itsoli91 on GitHub (Oct 4, 2022).
Hi,
How can I have the latest version of admin api OpenApi (swagger) file ?
Currently in Wiremock.net docs you are pointing to a out dated link (https://app.swaggerhub.com/apis/StefHeyenrath/WireMock/1.4.24)
How can I have the latest version?
@StefH commented on GitHub (Oct 5, 2022):
There is a more updated version : https://app.swaggerhub.com/apis/StefHeyenrath/WireMock/1.4.7
However, not all 1.5.x changes are defined there.
@itsoli91 commented on GitHub (Oct 5, 2022):
Thanks
Is there any way that I can generate that myself?
Or it should be created manually?
@StefH commented on GitHub (Oct 12, 2022):
It cannot be generated.
It's just a static document which I try to keep in sync with all the functionality in WireMock.Net
Please also take a look at the wiki : https://github.com/WireMock-Net/WireMock.Net/wiki/Admin-API-Reference
Are all questions resolved, can I close this issue ?