mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00
Fix: Update summary and description for addCustomMetric operation (#19964)
This commit is contained in:
parent
a73bc14bdc
commit
8550954150
@ -1133,8 +1133,8 @@ public class TableResource extends EntityResource<Table, TableRepository> {
|
|||||||
@Path("/{id}/customMetric")
|
@Path("/{id}/customMetric")
|
||||||
@Operation(
|
@Operation(
|
||||||
operationId = "addCustomMetric",
|
operationId = "addCustomMetric",
|
||||||
summary = "Add column custom metrics",
|
summary = "Add custom metrics",
|
||||||
description = "Add column custom metrics.",
|
description = "Add custom metrics. For columns, add columnName.",
|
||||||
responses = {
|
responses = {
|
||||||
@ApiResponse(
|
@ApiResponse(
|
||||||
responseCode = "200",
|
responseCode = "200",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user