diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index de9b3ca4f4d..55cdf706319 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -71267,7 +71267,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/BudgetValidationRequest' + $ref: '#/components/schemas/BudgetWithEntries' description: OK '429': $ref: '#/components/responses/TooManyRequestsResponse' diff --git a/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb b/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb index 1fa95f4b860..76acf6b28ba 100644 --- a/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +++ b/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb @@ -839,7 +839,7 @@ def get_budget(budget_id, opts = {}) # # @param budget_id [String] Budget id. # @param opts [Hash] the optional parameters - # @return [Array<(BudgetValidationRequest, Integer, Hash)>] BudgetValidationRequest data, response status code and response headers + # @return [Array<(BudgetWithEntries, Integer, Hash)>] BudgetWithEntries data, response status code and response headers def get_budget_with_http_info(budget_id, opts = {}) if @api_client.config.debugging @@ -867,7 +867,7 @@ def get_budget_with_http_info(budget_id, opts = {}) post_body = opts[:debug_body] # return_type - return_type = opts[:debug_return_type] || 'BudgetValidationRequest' + return_type = opts[:debug_return_type] || 'BudgetWithEntries' # auth_names auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]