diff --git a/app/controllers/api/v1/projects/code_checks_controller.rb b/app/controllers/api/v1/projects/code_checks_controller.rb index 0593606e4..d39419cfd 100644 --- a/app/controllers/api/v1/projects/code_checks_controller.rb +++ b/app/controllers/api/v1/projects/code_checks_controller.rb @@ -129,7 +129,7 @@ class Api::V1::Projects::CodeChecksController < Api::V1::BaseController end def measure_list - allowed_body = %w[filterType page_num page_size] + allowed_body = %w[filterType page pageSize] _, body_params = filter_params(allowed_body_keys: allowed_body) @result = @client.measure_list(body_params) render :index