Update a billable metric

PUT {{baseUrl}}/billable-metrics/:billable_metric_id

Updates the name of a billable metric.

Request Body

{"name"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;id&quot;:&quot;\u003cuuid\u003e&quot;}}