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
Copy file name to clipboardExpand all lines: docs/UI-Notifications.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ When a notification is detected on the client a dialog window will be displayed
6
6
7
7
## REST Endpoint
8
8
9
-
There is a REST endpoint: `POST /dive_rpc/ui_notificaitions/{id}` that takes in a DatasetId and JSON body response to display the notification to the same user with the same DatasetId currently open. I.E. If you run a task the task is able to provide information back to the user in the form of a Dialog box and provide suggestion actions like selecting a track or going to a specific frame.
9
+
There is a REST endpoint: `POST /dive_rpc/ui_notification/{id}` that takes in a DatasetId and JSON body response to display the notification to the same user with the same DatasetId currently open. I.E. If you run a task the task is able to provide information back to the user in the form of a Dialog box and provide suggestion actions like selecting a track or going to a specific frame.
0 commit comments