From 62fa5f4a05bc327f921ccbc84a58b259837f163b Mon Sep 17 00:00:00 2001 From: Stephen Kraffmiller Date: Tue, 18 Jul 2017 16:23:38 -0400 Subject: [PATCH] #3943 Remove references to getting "Reasons for Return" Remove references to getting "Reasons for Return" from the documentation of the Notifications API --- doc/sphinx-guides/source/api/native-api.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/sphinx-guides/source/api/native-api.rst b/doc/sphinx-guides/source/api/native-api.rst index 5f36151ef08..49558f8f16b 100644 --- a/doc/sphinx-guides/source/api/native-api.rst +++ b/doc/sphinx-guides/source/api/native-api.rst @@ -535,7 +535,6 @@ Each user can get a dump of their notifications by passing in their API token:: curl -H "X-Dataverse-key:$API_TOKEN" $SERVER_URL/api/notifications/all -The notifications endpoint is somewhat experimental and was added to help support the "Submit for Review" and "Return to Author" workflow. The idea is that a curator or author could write a script to poll periodically for notifications to find out when action is required on their part. Admin ~~~~~~~~~~~~~~~~