Skip to content

Commit

Permalink
format and configure swagger ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschga committed Jan 2, 2025
1 parent 7667bf8 commit 68f2b1f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/integrations/rest-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ import SwaggerUIWrapper from "../../src/components/SwaggerUiWrapper";
Die HTTP REST API ist ein einfaches Interface um automatisiert Einstellungen zu ändern.
Diese Schnittstelle wird auch von der Weboberfläche genutzt.

<SwaggerUIWrapper url="/rest-api.yaml" showCommonExtensions displayRequestDuration />
<SwaggerUIWrapper
url="/rest-api.yaml"
showCommonExtensions
displayRequestDuration
defaultModelsExpandDepth={-1}
/>

Alle API IDs (z.B. die Loadpoint ID) beginnen bei `1`.

Expand Down

0 comments on commit 68f2b1f

Please sign in to comment.