Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Update maximum valid year to be hard coded as 2025 #632

Description

@aflinchb

Description

With the changes to standardize the HTTP 400 error messages across all apps, it was decided to hard code 2025 as the max valid year. While the error message reflects this, the actual validation step in the apps were not also updated to validate against a hardcoded max year.

  • Update Parameter Validation spec in helium repo
  • Update typescript app to validate on max year 2025 (hardcoded)
  • Update java app to validate on max year 2025 (hardcoded)
  • Update csharp app to validate on max year 2025 (hardcoded)
  • Update swagger and copy to all repos

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions