Skip to content

Commit 5d753d1

Browse files
committed
whoops, unreadCount is a GET #11650
1 parent e9253f3 commit 5d753d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5925,7 +5925,7 @@ You can get a count of your unread notifications as shown below.
59255925
59265926
.. code-block:: bash
59275927
5928-
curl -H "X-Dataverse-key:$API_TOKEN" -X PUT "$SERVER_URL/api/notifications/unreadCount"
5928+
curl -H "X-Dataverse-key:$API_TOKEN" -X GET "$SERVER_URL/api/notifications/unreadCount"
59295929
59305930
Mark Notification As Read
59315931
~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)