Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/docs/standalone/admin-api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import CloudCallout from '../../../../components/CloudCallout.astro';
[**Try WireMock Cloud >**](https://www.wiremock.io?utm_source=oss-docs&utm_medium=oss-docs&utm_campaign=cloud-callouts-adminapi&utm_id=cloud-callouts&utm_term=cloud-callouts-adminapi)
</CloudCallout>

The WireMock admin API is described in [OpenAPI 3.0](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md). The spec file plus an instance of Swagger UI can be accessed from a running WireMock instance under `/__admin/docs/`, e.g. `http://localhost:8080/__admin/docs/`.
The WireMock admin API is described in [OpenAPI 3.0](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md). The spec file plus an instance of Swagger UI can be accessed from a running WireMock instance under `/__admin/docs`, e.g. `http://localhost:8080/__admin/docs`.

Download the full [OpenAPI description](https://wiremock.org/js/wiremock-admin-api.json) or browse the API docs:

Expand Down