Skip to content

Commit 3ac7af6

Browse files
committed
use "notification" instead of "message" #11650
1 parent 7363117 commit 3ac7af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/sphinx-guides/source/api/native-api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5921,7 +5921,7 @@ The expected OK (200) response looks something like this:
59215921
Get Unread Count
59225922
~~~~~~~~~~~~~~~~
59235923
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.
59255925
59265926
.. code-block:: bash
59275927
@@ -5930,7 +5930,7 @@ You can get a count of your unread messages as shown below.
59305930
Mark Notification As Read
59315931
~~~~~~~~~~~~~~~~~~~~~~~~~
59325932
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.
59345934
59355935
.. code-block:: bash
59365936

0 commit comments

Comments
 (0)