Files API: Difference between modified_at and updated_at?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8 hours ago
I'm creating a solution to pull course files into another storage platform automatically and am attempting to avoid unnecessary downloads/writes. When consulting the docs (Files - Canvas LMS REST API Documentation), I noticed two fields: modified_at and updated_at. What is the difference between them, and what triggers their changes? I presume modified_at is related to the hosted file's metadata rather than the API file object (I see that Folder objects in the API have updated_at only), but I can't find anything to confirm this theory.
Can anyone here confirm which means what or point me to the documentation for this?