codeant-ai-for-open-source[bot] commented on PR #37943:
URL: https://github.com/apache/superset/pull/37943#issuecomment-3893487913

   ## **Sequence Diagram**
   
   The PR regenerates the project's OpenAPI spec to include the new Theme API 
and adds a "Themes" tag description so the docs site shows the Theme endpoints. 
The diagram shows the high-level flow from running the fix script to the docs 
consuming the updated spec.
   
   ```mermaid
   sequenceDiagram
       participant Dev
       participant FixScript as fix-openapi-spec.py
       participant Superset
       participant OpenApiJSON as docs/static/resources/openapi.json
       participant DocsSite as Docs build
   
       Dev->>FixScript: Run script to regenerate OpenAPI spec
       FixScript->>Superset: Request current API spec (includes Theme endpoints)
       Superset-->>FixScript: Return OpenAPI spec JSON
       FixScript->>OpenApiJSON: Add "Themes" tag description & write updated 
spec
       DocsSite->>OpenApiJSON: Read updated openapi.json during docs build
       DocsSite-->>Dev: Serve API docs (now showing Themes 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]

Reply via email to