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 ca6db78e..564dcf24 100644 --- a/proto/spaceone/api/cost_analysis/v1/cost_report_config.proto +++ b/proto/spaceone/api/cost_analysis/v1/cost_report_config.proto @@ -149,7 +149,7 @@ message UpdateCostReportConfigRecipientsRequest { message CostReportConfigRequest { // The ID of cost report in the Protocol. string cost_report_config_id = 1; - bool send_report = 2; + string send_report = 2; } message CostReportConfigQuery {