optional:ref_name,type: String,desc: 'The name of a repository branch or tag, if not given the default branch is used',regexp: /\A#{Gitlab::PathRegex.git_reference_regex}\z|\A\z/
optional:ref_name,type: String,desc: 'The name of a repository branch or tag, if not given the default branch is used'
optional:since,type: DateTime,desc: 'Only commits after or on this date will be returned'
optional:until,type: DateTime,desc: 'Only commits before or on this date will be returned'