Changes
- Fixed (hopefully) an issue where repeated updates across multiple listings to the listing images resulted in incorrect URL being returned for the newly uploaded image. See #457
- Added
created_timestamp
andupdated_timestamp
fields to all endpoints that don't have those exact names. Some endpoints have different names, so we standardizing on these two fields for naming convention. Alternative names will later be deprecated. See #399