You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update a user's notification and streak preferences. Streak preferences require streak customization to be enabled in your Trophy dashboard settings.
Copy file name to clipboardExpand all lines: api/resources/users/client/Client.js
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -477,8 +477,9 @@ class Users {
477
477
});
478
478
}
479
479
/**
480
-
* Update a user's notification preferences.
480
+
* Update a user's notification and streak preferences. Streak preferences require streak customization to be enabled in your Trophy dashboard settings.
* This file was auto-generated by Fern from our API Definition.
3
+
*/
4
+
/**
5
+
* Whether meeting any single metric threshold (`OR`) or all configured metric thresholds (`AND`) extends the user's streak. Matches the evaluation mode configured in dashboard streak settings.
0 commit comments