Patch metric group

PATCH
/api/v2/projects/:projectKey/metric-groups/:metricGroupKey

Patch a metric group by key. Updating a metric group uses a JSON patch representation of the desired changes.

Path parameters

projectKeystringRequired

The project key

metricGroupKeystringRequired

The metric group key

Request

This endpoint expects a list of objects.
list of objects

Response

Metric group response

_idstring

The ID of this metric group

keystring

A unique key to reference the metric group

namestring

A human-friendly name for the metric group

kindenum
Allowed values: funnelstandard

The type of the metric group

tagslist of strings

Tags for the metric group

_creationDatelong

Timestamp of when the metric group was created

_lastModifiedlong

Timestamp of when the metric group was last modified

maintainerobject

The maintainer of this metric

metricslist of objects

An ordered list of the metrics in this metric group

_versioninteger

The version of this metric group

descriptionstringOptional

Description of the metric group

_accessobjectOptional

Details on the allowed and denied actions for this metric group

experimentslist of objectsOptional

Experiments that use this metric group. Only included if specified in the expand query parameter in a getMetricGroup request.

experimentCountintegerOptional

The number of experiments using this metric group

Errors

Built with