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
It would be very useful if the records.change_date column could be exposed via the API (GET and PATCH), allowing a program to record when a particular change was made and subsequently retrieve that information in order to, say, automatically disable a particular record after a certain time.
Note: The API documentation currently states that "dates are in ISO 8601 format", but the column is int(11).
It would be very useful if the
records.change_date
column could be exposed via the API (GET
andPATCH
), allowing a program to record when a particular change was made and subsequently retrieve that information in order to, say, automatically disable a particular record after a certain time.Note: The API documentation currently states that "dates are in ISO 8601 format", but the column is
int(11)
.Related to #2188
The text was updated successfully, but these errors were encountered: