Frun1na opened a new issue, #4831: URL: https://github.com/apache/rocketmq-dashboard/issues/4831
### Before Creating the Bug Report - [x] I have searched the [open issues](https://github.com/apache/rocketmq-dashboard/issues) and found no similar issue. ### What Happened Three standalone endpoints are missing from `docs/api-spec.md`, although the controllers expose them: - `GET /api/auth/status` — the login policy / current user probe the web client calls on every load, including the `Cache-Control: no-store` behavior. - `POST /api/auth/password` — change the current user's password, with its 401 (unauthenticated) and 503 (user management not initialized) semantics. - `POST /api/ai/runs/:runId/speed` — the client-side generation speed report persisted for transcript replay. None of the three appears in the quick reference or anywhere in the document. ### Expected Behavior The three endpoints should be documented with their request/response shapes and error semantics, and the quick reference extended accordingly. -- 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]
