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
// @Param targets query string false "Comma-separated list of target IDs to filter notifications"
222
222
// @Param templates query string false "Comma-separated list of template IDs to filter notifications"
223
223
// @Param read_status query string false "Filter notifications by read status. Possible values: read, unread, all"
224
-
// @Param starting_before query string false "ID of the last notification from the current page. Notifications returned will be older than the associated one"
224
+
// @Param starting_before query string false "ID of the last notification from the current page. Notifications returned will be older than the associated one" format(uuid)
0 commit comments