Infrastructure/Metrics Catalog
PUTInfrastructureSince 1.0SynchronousAuth Required
UpdateMetric
Update the definition and metadata of an existing metric in the catalog.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
idStringRequiredUnique identifier of the metric to update
Body Fields
metricObjectRequiredMetric for this resource
Example: (nested object)
Responses
Endpoint
PUT/api/v1/metrics/{id}
/api/v1/metrics/{id}
Request Example
curl -X PUT '{host}/api/v1/metrics/{id}' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"metric":"(nested object)"}'
Response Example
200{
"data": null
}Change History
This API has no change history records yet.
