You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "mappjzc (via GitHub)" <gi...@apache.org> on 2023/02/15 08:29:25 UTC

[GitHub] [incubator-devlake] mappjzc commented on a diff in pull request #4425: fix(sonarqube): fix remote api

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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org