Update Super Metric Using PUT
Update a SuperMetric with the given name, formula and description
The updated SuperMetric
Show optional properties
{
"formula": "string",
"name": "string"
}
{
"description": "string",
"formula": "string",
"id": "string",
"modificationTime": "string",
"name": "string"
}
The description of the SuperMetric
The formula expression of the SuperMetric
The unique ID of the SuperMetric. This will be null when creating a SuperMetric, but it is required when updating an existing SuperMetric.
Last modification time of the SuperMetric
The name of the SuperMetric
The updated SuperMetric object
{
"description": "string",
"formula": "string",
"id": "string",
"modificationTime": "string",
"name": "string"
}
The description of the SuperMetric
The formula expression of the SuperMetric
The unique ID of the SuperMetric. This will be null when creating a SuperMetric, but it is required when updating an existing SuperMetric.
Last modification time of the SuperMetric
The name of the SuperMetric