dc8d2af2d8
* Add current_billing_period activity endpoint param This commit introduces a new parameter: `current_billing_period`, which can be used in lieu of `start_time` and `end_time` options. GET ... /sys/internal/counters/activity?current_billing_period=true now results in a response which contains the full billing period information. * changelog * Update internal counters docs
5 lines
170 B
Plaintext
5 lines
170 B
Plaintext
```release-note:improvement
|
|
api: GET ... /sys/internal/counters/activity?current_billing_period=true now
|
|
results in a response which contains the full billing period
|
|
```
|