This is an automated email from the ASF dual-hosted git repository. klesh pushed a commit to branch kw-5519-jira in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 9d84179b557d87a54ffc4b75114c46a39630de18 Author: Klesh Wong <[email protected]> AuthorDate: Tue Dec 5 15:37:23 2023 +0800 docs: update SearchRemoteScopes swag doc --- backend/plugins/github/api/remote_api.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/plugins/github/api/remote_api.go b/backend/plugins/github/api/remote_api.go index 5ade829fd..1775aae3b 100644 --- a/backend/plugins/github/api/remote_api.go +++ b/backend/plugins/github/api/remote_api.go @@ -263,9 +263,9 @@ func RemoteScopes(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, er return raScopeList.Get(input) } -// SearchRemoteScopes searches projects on the remote server -// @Summary searches projects on the remote server -// @Description searches projects on the remote server +// SearchRemoteScopes searches scopes on the remote server +// @Summary searches scopes on the remote server +// @Description searches scopes on the remote server // @Accept application/json // @Param connectionId path int false "connection ID" // @Param search query string false "search"
