From 82f6c49669939e59b24aca17832f593d816a182d Mon Sep 17 00:00:00 2001 From: jinyoungmoonDEV Date: Tue, 26 Aug 2025 14:46:16 +0900 Subject: [PATCH] fix: add optional send_report field to CostReportConfigRequest Signed-off-by: jinyoungmoonDEV --- proto/spaceone/api/cost_analysis/v1/cost_report_config.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/spaceone/api/cost_analysis/v1/cost_report_config.proto b/proto/spaceone/api/cost_analysis/v1/cost_report_config.proto index 88439e43..cc36cadf 100644 --- a/proto/spaceone/api/cost_analysis/v1/cost_report_config.proto +++ b/proto/spaceone/api/cost_analysis/v1/cost_report_config.proto @@ -149,6 +149,7 @@ message UpdateCostReportConfigRecipientsRequest { message CostReportConfigRequest { // The ID of cost report in the Protocol. string cost_report_config_id = 1; + optional bool send_report = 2; } message CostReportConfigQuery {