Skip to content

Fix "after" and "before" parameters in GroupApi#getAuditEvents() #1263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2025

Conversation

jmini
Copy link
Collaborator

@jmini jmini commented Jul 8, 2025

  • In GroupApi#getAuditEvents() the parameters created_after and created_before are inverted.
  • In GroupApi, ProjectApi and AuditEventApi, fix the parameters name (camelCase).
    • createdAfter instead of created_after
    • createdBefore instead of created_before

Fixes #1262

…ditEvents()

And fix the parameter names to use camelCase everywhere

Fixes gitlab4j#1262
@jmini jmini merged commit 1006eab into gitlab4j:main Jul 8, 2025
2 checks passed
jmini added a commit that referenced this pull request Jul 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to getAuditEvents using getGroupsApi
1 participant