Closed michaelgloeckner closed 1 year ago
the onecx-chat-svc should provide openapi interface to see rest endpoints and its request structure
Swagger UI can be found under domain:port/docs in local development under http://127.0.0.1:8001/docs
FastAPI furthermore implements ReDoc as a Swagger UI alternative, which can be found under /redoc
the onecx-chat-svc should provide openapi interface to see rest endpoints and its request structure