Skip to content

Commit 0ab5899

Browse files
committed
fix: openapi.json link
1 parent 7239fd3 commit 0ab5899

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/integrations/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The administration API is started on a different server of the API mock. By defa
3131

3232
## API resources
3333

34-
Available API resources are described in the OpenAPI specification provided by the API server itself at [http://localhost:3110/docs/open-api.json](http://localhost:3110/docs/open-api.json).
34+
Available API resources are described in the OpenAPI specification provided by the API server itself at [http://localhost:3110/docs/openapi.json](http://localhost:3110/docs/openapi.json).
3535

3636
:::tip
3737
Start Mocks Server and browse to [http://localhost:3110/docs](http://localhost:3110/docs) to checkout the API Swagger UI.

versioned_docs/version-3.6.0/integrations/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The administration API is started on a different server of the API mock. By defa
3131

3232
## API resources
3333

34-
Available API resources are described in the OpenAPI specification provided by the API server itself at [http://localhost:3110/docs/open-api.json](http://localhost:3110/docs/open-api.json).
34+
Available API resources are described in the OpenAPI specification provided by the API server itself at [http://localhost:3110/docs/openapi.json](http://localhost:3110/docs/openapi.json).
3535

3636
:::tip
3737
Start Mocks Server and browse to [http://localhost:3110/docs](http://localhost:3110/docs) to checkout the API Swagger UI.

0 commit comments

Comments
 (0)