Skip to content

Commit

Permalink
fix copy/paste issue (in-app vs email) IQSS#7492
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed May 23, 2022
1 parent 986518f commit ca87b28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/sphinx-guides/source/api/native-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2889,17 +2889,17 @@ Each user can unmute in-app notifications by passing in their API token and spec
curl -H X-Dataverse-key:$API_TOKEN -X DELETE "$SERVER_URL/api/notifications/mutedNotifications/$NOTIFICATION_TYPE"
Get All Muted In-app Notifications by User
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get All Muted Email Notifications by User
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Each user can get a list of their muted email notification types by passing in their API token:
.. code-block:: bash
curl -H X-Dataverse-key:$API_TOKEN -X GET "$SERVER_URL/api/notifications/mutedEmails"
Mute In-app Notification by User
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mute Email Notification by User
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Each user can mute email notifications by passing in their API token and specifying notification type to be muted (e.g., ASSIGNROLE):
Expand Down

0 comments on commit ca87b28

Please sign in to comment.