Billable metrics
Update a billable metric
This endpoint updates an existing billable metric representing a pricing component of your application.
PUT
/
billable_metrics
/
{code}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
code
string
requiredCode of the existing billable metric.
Body
application/json
billable_metric
object
requiredResponse
200 - application/json
billable_metric
object
requiredWas this page helpful?