Skip to content

Conversation

@hentrymartin
Copy link
Collaborator

What's in this PR?

  • Updated swagger docs

@hentrymartin hentrymartin merged commit e81a664 into develop Oct 9, 2025
@hentrymartin hentrymartin deleted the update-swagger-docs branch October 9, 2025 00:40
@ApiQuery({
name: "start_date",
required: false,
type: Date,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider using a more specific type for the start_date query parameter, such as string with a format description, since Date might not be directly applicable in the context of query parameters.

@ApiQuery({
name: "end_date",
required: false,
type: Date,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider using a more specific type for the end_date query parameter, such as string with a format description, since Date might not be directly applicable in the context of query parameters.

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.

2 participants