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: doc/sphinx-guides/source/api/native-api.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5921,7 +5921,7 @@ The expected OK (200) response looks something like this:
5921
5921
Get Unread Count
5922
5922
~~~~~~~~~~~~~~~~
5923
5923
5924
-
You can get a count of your unread messages as shown below.
5924
+
You can get a count of your unread notifications as shown below.
5925
5925
5926
5926
.. code-block:: bash
5927
5927
@@ -5930,7 +5930,7 @@ You can get a count of your unread messages as shown below.
5930
5930
Mark Notification As Read
5931
5931
~~~~~~~~~~~~~~~~~~~~~~~~~
5932
5932
5933
-
After finding the ID of a notification using :ref:`get-all-notifications`, you can pass it to the "markAsRead" API endpoint as shown below. Note that this endpoint is idempotent; you can mark an already-read message as read over and over.
5933
+
After finding the ID of a notification using :ref:`get-all-notifications`, you can pass it to the "markAsRead" API endpoint as shown below. Note that this endpoint is idempotent; you can mark an already-read notification as read over and over.
0 commit comments