Sign up and get started with Confidence today! Create your account
Suggests a metric based on a title and / or description
cURL
curl --request POST \ --url https://metrics.eu.confidence.dev/v1/metrics:suggestMetric \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "displayName": "<string>", "description": "<string>" } '
{ "error": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The title of the metric that you want to create.
The description of the metric that you want to create.
OK
Metric: The suggested metric, empty if no suggestion could be made.
Show child attributes
an error message if the suggestion failed.
Was this page helpful?
Contact support