From e18dbc382020192ca5dc936393baca90479e6e46 Mon Sep 17 00:00:00 2001 From: Remi Dettai Date: Thu, 11 Apr 2024 19:28:14 +0200 Subject: [PATCH] Fix swagger url (#4849) --- docs/reference/rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/rest-api.md b/docs/reference/rest-api.md index 0493f21f91..b58cdafe66 100644 --- a/docs/reference/rest-api.md +++ b/docs/reference/rest-api.md @@ -10,7 +10,7 @@ All the API endpoints start with the `api/v1/` prefix. `v1` indicates that we ar ## OpenAPI specification -The OpenAPI specification of the REST API is available at `/openapi.json` and a Swagger UI version is available at `/swagger-ui`. +The OpenAPI specification of the REST API is available at `/openapi.json` and a Swagger UI version is available at `/ui/api-playground`. ## Parameters