From 97188d332bc2d88b884fc383e4540cd9cdee87db Mon Sep 17 00:00:00 2001 From: "Christian F." Date: Thu, 17 Oct 2024 15:32:00 +0200 Subject: [PATCH] Update 00_Installation.md (#506) Accoding to the latest changes i guess it should be `pimcore-studio` instead of `studio` --- doc/00_Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/00_Installation.md b/doc/00_Installation.md index ac26ea8c..b2b1c9bb 100644 --- a/doc/00_Installation.md +++ b/doc/00_Installation.md @@ -54,12 +54,12 @@ bin/console pimcore:bundle:install PimcoreStudioBackendBundle The Studio Backend Bundle provides an OpenApi documentation for the API. To access the documentation, navigate to the following URL: ``` -https:///studio/api/docs +https:///pimcore-studio/api/docs ``` You can also access the OpenApi documentation in JSON format by navigating to the following URL: ``` -https:///studio/api/docs.json +https:///pimcore-studio/api/docs.json ``` It is also possible to export the OpenApi documentation as a JSON file by running the following command: