Fix: Update summary and description for addCustomMetric operation (#19964)

This commit is contained in:
Ayush Shah 2025-02-25 16:56:21 +05:30 committed by GitHub
parent a73bc14bdc
commit 8550954150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1133,8 +1133,8 @@ public class TableResource extends EntityResource<Table, TableRepository> {
@Path("/{id}/customMetric")
@Operation(
operationId = "addCustomMetric",
summary = "Add column custom metrics",
description = "Add column custom metrics.",
summary = "Add custom metrics",
description = "Add custom metrics. For columns, add columnName.",
responses = {
@ApiResponse(
responseCode = "200",