Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
The billable metric to update
The new name of the metric
Response
200 - application/json
Success
Updates only the display name of an existing billable metric. Use this to correct mistakes or apply standardized naming conventions across all billable metrics. Returns the billable metric ID to confirm the update.
Important: Only the name can be modified via this endpoint; configurations cannot be changed after creation.
If you need to make changes to a streaming billable metric, for example, Metronome supports easily rolling out these changes using a simple workflow:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The billable metric to update
The new name of the metric
Success