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
When I create an object with unknown end date, then this is typically stored as null in the database. Then I also expect to receive null in the response JSON (record.endAt: null). However, the API spec documents this as string(date) and does not show it could be null too:
This is all theory and untested - possibly the API returns an empty string for empty values.
The text was updated successfully, but these errors were encountered:
Version: latest / 2.1 (API spec)
When I create an object with unknown end date, then this is typically stored as
null
in the database. Then I also expect to receivenull
in the response JSON (record.endAt: null
). However, the API spec documents this asstring(date)
and does not show it could benull
too:This is all theory and untested - possibly the API returns an empty string for empty values.
The text was updated successfully, but these errors were encountered: