RockteMQ-AI commented on issue #2612:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/2612#issuecomment-5419604624

   **Issue Evaluation**
   
   Category: `documentation` | Status: **Confirmed**
   
   The missing API documentation has been verified.
   
   **Root Cause:** The endpoint `GET /api/settings/datasources/page` is 
implemented in `SettingsController.java` (line 55) with support for `search`, 
`type`, `page`, and `pageSize` query parameters, returning 
`PageResult<DataSourceVO>`. The frontend (`web/src/api/settings.ts`) already 
calls this endpoint. However, the API specification document does not include 
this paginated endpoint — only the unpaginated selector endpoint is documented.
   
   **Impact:** API consumers cannot discover the paginated data-source listing 
capability from the documentation.
   
   **Suggested fix:** Add the `GET /api/settings/datasources/page` endpoint to 
the API quick reference and detailed Settings API section, documenting its 
query parameters and paginated response contract.
   
   ---
   *Automated evaluation by github-manager-bot*


-- 
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]

Reply via email to