Skip to content

Mark the changelog as viewed for the authenticated user.

POST
/api/changelog/viewed
curl --request POST \
--url https://api.tradr.cloud/api/changelog/viewed

Sets the viewer’s changelog_viewed_at to now (single-statement write, no body). Returns { lastViewedAt }, the new floor. This is the ONLY mutation in the feature — the badge’s GET never clears the indicator (REQ-5(a)(3)).

{ lastViewedAt } — the new floor.

Not authenticated.