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
feat(coderd): add format option to inbox notifications watch endpoint (coder#17034)
This PR aims to allow clients to use different format for the title and
content of inbox notifications - on the watch endpoint.
This solution will help to have it working and formatted differently on
VSCode, WebUI ...
[Related to this issue](coder/internal#523)
// @Param targets query string false "Comma-separated list of target IDs to filter notifications"
197
222
// @Param templates query string false "Comma-separated list of template IDs to filter notifications"
198
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" format(uuid)
0 commit comments