Skip to content

Commit

Permalink
API-41844: Specify format
Browse files Browse the repository at this point in the history
  • Loading branch information
kristen-brown committed Nov 27, 2024
1 parent b47675a commit 9395108
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def validate_receipt_date_header!
rescue Date::Error # If date cannot be parsed
error = {
title: I18n.t('appeals_api.errors.titles.validation_error'),
detail: 'Receipt date has an invalid format.',
detail: 'Receipt date has an invalid format. Use yyyy-mm-dd.',
source: {
header: 'X-VA-Receipt-Date'
},
Expand Down

0 comments on commit 9395108

Please sign in to comment.