Skip to content

Commit

Permalink
Merge pull request #241 from ImMin5/master
Browse files Browse the repository at this point in the history
Fix append query filter for cost report config 'domain' -> 'domain_id'
  • Loading branch information
ImMin5 authored Jun 20, 2024
2 parents b117cc3 + a9fbbde commit eaea907
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def get(
permission="cost-analysis:CostReportConfig.read",
role_types=["DOMAIN_ADMIN", "WORKSPACE_OWNER"],
)
@append_query_filter(["state", "domain", "cost_report_config_id"])
@append_query_filter(["state", "domain_id", "cost_report_config_id"])
@convert_model
def list(
self, params: CostReportConfigSearchQueryRequest
Expand Down

0 comments on commit eaea907

Please sign in to comment.