Skip to content

Commit

Permalink
Update 00_Installation.md (#506)
Browse files Browse the repository at this point in the history
Accoding to the latest changes i guess it should be `pimcore-studio` instead of `studio`
  • Loading branch information
Corepex authored Oct 17, 2024
1 parent 94199b8 commit 97188d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/00_Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<your-pimcore-host>/studio/api/docs
https://<your-pimcore-host>/pimcore-studio/api/docs
```

You can also access the OpenApi documentation in JSON format by navigating to the following URL:
```
https://<your-pimcore-host>/studio/api/docs.json
https://<your-pimcore-host>/pimcore-studio/api/docs.json
```

It is also possible to export the OpenApi documentation as a JSON file by running the following command:
Expand Down

0 comments on commit 97188d3

Please sign in to comment.