healchow commented on code in PR #8441:
URL: https://github.com/apache/inlong/pull/8441#discussion_r1254304844
##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/tenant/InlongTenantPageRequest.java:
##########
@@ -35,10 +34,8 @@ public class InlongTenantPageRequest extends PageRequest {
@ApiModelProperty(value = "Primary key")
private Integer id;
- @ApiModelProperty(value = "Tenant name")
- @Pattern(regexp = "^[A-Za-z0-9_-]{1,256}$", message = "only supports
letters, numbers, '-', or '_'")
- @NotBlank
- private String name;
+ @ApiModelProperty(value = "target tenant list")
Review Comment:
-> `Tenant list` is enough.
--
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]