mappjzc commented on code in PR #4425:
URL:
https://github.com/apache/incubator-devlake/pull/4425#discussion_r1106790665
##########
backend/plugins/sonarqube/api/remote.go:
##########
@@ -60,8 +67,8 @@ const TypeProject string = "scope"
// @Tags plugins/sonarqube
// @Accept application/json
// @Param connectionId path int false "connection ID"
-// @Param pageToken body string false "page Token"
-// @Success 200 {object} []models.SonarqubeProject
+// @Param pageToken query string false "page Token"
+// @Success 200 {object} []RemoteScopesOutput
Review Comment:
here not need []
--
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]