Update a billable metric
Billable metrics
Update a billable metric
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.
Example workflow:
If you need to make changes to a streaming billable metric, for example, Metronome supports easily rolling out these changes using a simple workflow:
- Duplicate the billable metric
- Make required changes
- Save the metric
- Navigate to the product you have associated with the incorrect metric
- Schedule the product to reference the newly created metric on the appropriate date
PUT
Update a billable metric
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