Closed tomschenkjr closed 6 years ago
Yes, expected_due_date
is an optional field, and the API works if the field is omitted. However, if the field is present it needs to be a valid date, otherwise the date cannot be parsed and an error is generated. So providing things like this: ""
"NA"
NA
NULL
"NULL"
will produce an error because the field is present, but it's not a valid date.
Is this something we should change or better document?
I'm closing this for now. The API is working as we expected, and @AOCjcarr is working on logic on their side to handle conditionally passing this field to the API.
We could re-open as a feature request if there is in fact a feature request.
We received this note from @AOCjcarr:
Per v1.0.0-rc.3,
expected_due_date
is an optional field, so this is unexpected behavior.@geneorama - do you see anything immediately at issue? Should the field be removed outright instead of an empty string,
""
?