Register a new impact metric

View as Markdown

Enterprise feature

Registers a new impact metric by pushing 0-values.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Request

registerImpactMetricSchema
namestringRequiredformat: "^[a-zA-Z_:][a-zA-Z0-9_:]*$"
The metric name. Must start with a letter or underscore and contain only alphanumerics, underscores or colons.
typeenumRequired
The type of metric to register.

Response

This response has no body.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error