Update a Meter by id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
^[0-9a-fA-F]{24}$The name of the meter
1The name of the event that the meter is tracking.
1The aggregation method defines how the events should be summed to represent a usage value.
The filter to apply to the events to be included in the meter. The filter object contains an array of Conditions, each condition represents a logical OR statement. Each condition contains an array of Criteria (criterions), each criterion represents a logical AND statement.
RequestSuccess