RockteMQ-AI commented on issue #4712: URL: https://github.com/apache/rocketmq-dashboard/issues/4712#issuecomment-5757334334
**Issue Evaluation** Category: `documentation` | Status: **Valid** The documentation inconsistency is confirmed. The `docs/api-spec.md` contains contradictory result values: - §13.1 lists `SUCCESS` / `FAILED` / `FAILURE` / `PARTIAL` — `FAILURE` is not a valid audit result code - The enum appendix uses lowercase `success` / `failure` which contradicts both the code and §13.1 The correct values based on `OperationAuditConstants.Result` are `SUCCESS` / `FAILED`, with `PARTIAL` used for cluster config updates. PR #4709 is noted for addressing this. The suggested change aligns with the server-side implementation. --- *Automated evaluation by RockteMQ-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]
