fixed
Session and Waitlist updated_at Field Updates
6 months ago by Abdias
Sessions
- Enhanced session endpoints (
POST
andDELETE
) to update theupdated_at
field when adding or removing sessions for a registrant. - Ensured consistency in timestamp updates for better data tracking and integration.
Waitlists
- Improved waitlist endpoints (
POST
andDELETE
) to trigger updates to theupdated_at
field when managing waitlist entries for a session. - Added support for timestamp updates to facilitate filtering and synchronization for external applications.