Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.15 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.15 KB
title
Studio Backend

Pimcore Studio Backend

The Pimcore Studio Backend serves as the central hub for API endpoints and RPC calls. It provides a unified interface based on the OpenApi Specification for all backend calls which is accessible via swagger-ui.

Swagger UI

It uses zircote/swagger-php attributes to generate the OpenApi Specification.

Swagger-ui is available at /studio/api/docs and the OpenApi Specification is available at /studio/api/docs.json. Every description is translatable and can be found in the studio_api_docs.en.yaml folder of the bundle.

Requirements

This bundle requires the following dependencies:

  • Pimcore Core Framework 11
  • Generic Execution Engine as part of the Pimcore Core Framework
  • Generic Data Index
  • Mercure (https://mercure.rocks)

Documentation Overview