You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: