Patch metric group
Patch a metric group by key. Updating a metric group uses a JSON patch representation of the desired changes.
Path parameters
projectKey
The project key
metricGroupKey
The metric group key
Headers
Authorization
Request
This endpoint expects a list of objects.
op
The type of operation to perform
path
A JSON Pointer string specifying the part of the document to operate on
value
Response
Metric group response
_id
The ID of this metric group
key
A unique key to reference the metric group
name
A human-friendly name for the metric group
kind
The type of the metric group
Allowed values:
_links
The location and content type of related resources
_creationDate
Timestamp of when the metric group was created
_lastModified
Timestamp of when the metric group was last modified
maintainer
The maintainer of this metric
metrics
An ordered list of the metrics in this metric group
_version
The version of this metric group
description
Description of the metric group
_access
Details on the allowed and denied actions for this metric group
experiments
Experiments that use this metric group. Only included if specified in the expand
query parameter in a getMetricGroup
request.
experimentCount
The number of experiments using this metric group