Skip to content

Commit

Permalink
Surprise typo fix [#3943]
Browse files Browse the repository at this point in the history
Almost missed one!
  • Loading branch information
dlmurphy authored Jul 14, 2017
1 parent 8f521ce commit 659d35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/api/native-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ In practice, you only need one the ``dataset_id`` or the ``persistentId``. The e
Submit for Review
^^^^^^^^^^^^^^^^^

When dataset authors do not have permisson to publish directly, they can click the "Submit for Review" button in the web interface (see :doc:`/user/dataset-management`), or perform the equivalent operation via API::
When dataset authors do not have permission to publish directly, they can click the "Submit for Review" button in the web interface (see :doc:`/user/dataset-management`), or perform the equivalent operation via API::

curl -H "X-Dataverse-key: $API_TOKEN" -X POST "$SERVER_URL/api/datasets/:persistentId/submitForReview?persistentId=$DOI_OR_HANDLE_OF_DATASET"

Expand Down

0 comments on commit 659d35c

Please sign in to comment.