diff --git a/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java b/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java index 9ba408d1b5209..aef1babe89a86 100644 --- a/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java +++ b/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java @@ -1329,7 +1329,7 @@ public void getPartitionedStats( @GET @Path("{tenant}/{namespace}/{topic}/partitioned-internalStats") - @ApiOperation(hidden = true, value = "Get the stats-internal for the partitioned topic.") + @ApiOperation(value = "Get the stats-internal for the partitioned topic.") @ApiResponses(value = { @ApiResponse(code = 307, message = "Current broker doesn't serve the namespace of this topic"), @ApiResponse(code = 401, message = "Don't have permission to administrate resources on this tenant"),