From 9394020635f7f3fc5d7ec1636aca796af1409c4a Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Fri, 8 May 2026 13:04:21 -0600 Subject: [PATCH] [VAULT-44693] Add changelog for start/end month params (#14532) (#14672) (#14674) * add changelog * rename changelog * add changelog back in Co-authored-by: Jenny Deng --- changelog/_14532.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/_14532.txt diff --git a/changelog/_14532.txt b/changelog/_14532.txt new file mode 100644 index 0000000000..7b21ecb339 --- /dev/null +++ b/changelog/_14532.txt @@ -0,0 +1,3 @@ +```release-note:improvement +api: Add `start_month` and `end_month` parameters to `/sys/billing/overview` endpoint to allow querying billing data for specific time ranges. +``` \ No newline at end of file