Skip to content

Commit 95d99f2

Browse files
authored
update documentation for notification endpoint (#423)
1 parent bea4f0c commit 95d99f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/UI-Notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ When a notification is detected on the client a dialog window will be displayed
66

77
## REST Endpoint
88

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.
1010

1111

1212

0 commit comments

Comments
 (0)