Update a billable metric
PUT {{baseUrl}}/billable-metrics/:billable_metric_id
Updates the name of a billable metric.
Request Body
{"name"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"id":"\u003cuuid\u003e"}}