cURL
curl --request PUT \ --url https://api.monigo.co/v1/metrics/{metric_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "aggregation": "<string>", "aggregation_property": "<string>", "description": "<string>", "event_name": "<string>", "name": "<string>" } '
{}
Updates the configuration of an existing billing metric
API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}
Metric ID
Metric update fields
OK
The response is of type object.
object