emptyOVO commented on code in PR #11350:
URL: https://github.com/apache/inlong/pull/11350#discussion_r1804148610


##########
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/openapi/OpenStreamTransformController.java:
##########
@@ -89,4 +98,11 @@ public Response<Boolean> delete(@Validated 
DeleteTransformRequest request) {
         Preconditions.expectNotNull(LoginUserUtils.getLoginUser(), 
ErrorCodeEnum.LOGIN_USER_EMPTY);
         return Response.success(streamTransformService.delete(request, 
LoginUserUtils.getLoginUser().getName()));
     }
+
+    @RequestMapping(value = "/transform/function/list", method = 
RequestMethod.POST)
+    @ApiOperation(value = "Get transform function docs list with optional type 
filtering and pagination")

Review Comment:
   done



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