Issue symptoms
I noticed a difference between the new updated_at
timestamp of my articles and the edited_at
date.
Resolution steps
You may see different dates because these attributes capture different actions:
- The
edited_at
attribute identifies meaningful changes, such as the title or body of an article. - The
updated_at
attribute is used for other elements, including expiring caches or attachment changes.
For more information, see this documentation: Articles API.
0 comments