diff --git a/src/content/docs/docs/standalone/admin-api-reference.mdx b/src/content/docs/docs/standalone/admin-api-reference.mdx index b98ed54b..efdeff10 100644 --- a/src/content/docs/docs/standalone/admin-api-reference.mdx +++ b/src/content/docs/docs/standalone/admin-api-reference.mdx @@ -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) -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: