codeant-ai-for-open-source[bot] commented on PR #37943:
URL: https://github.com/apache/superset/pull/37943#issuecomment-3941812187
## **Sequence Diagram**
The PR regenerates the project's OpenAPI spec to include Theme API endpoints
and adds a missing schema and a "Themes" tag description; this diagram shows
the high-level flow from running the fix script to the updated API docs
appearing in the docs site.
```mermaid
sequenceDiagram
participant Dev
participant fix_openapi_script as fix-openapi-spec.py
participant SupersetInstance as Running Superset
participant DocsFiles as docs/static/resources/openapi.json
participant DocsBuilder as Docusaurus/API docs
Dev->>fix_openapi_script: Run script to regenerate OpenAPI spec
fix_openapi_script->>SupersetInstance: Request /_openapi JSON from
running server
SupersetInstance-->>fix_openapi_script: Return generated OpenAPI JSON
fix_openapi_script->>DocsFiles: Inject missing schemas & "Themes" tag,
write openapi.json
DocsBuilder->>DocsFiles: Read updated openapi.json when building docs
DocsBuilder-->>Dev: Docs site now includes Themes API endpoints
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]