Validates a metric configuration
cURL
curl --request POST \ --url https://metrics.eu.confidence.dev/v1/metrics:validateMetric \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "errors": [ {} ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
OK
Was this page helpful?