Skip to content

Commit

Permalink
cross ref PID-related docs #5093
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jun 4, 2020
1 parent 7821ac7 commit 6bc7d93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/sphinx-guides/source/admin/dataverses-datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ Forces update to metadata provided to the PID provider of a published dataset. O

curl -H "X-Dataverse-key: $API_TOKEN" -X POST http://$SERVER/api/datasets/$dataset-id/modifyRegistrationMetadata

Check for Unreserved PIDs and Reserve Them
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

See :ref:`pids-api` in the API Guide for details.

Make Metadata Updates Without Changing Dataset Version
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
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 @@ -2524,7 +2524,7 @@ Each user can get a dump of their notifications by passing in their API token::
PIDs
----
PIDs is short for Persistent IDentifiers. Examples include DOI or Handle.
PIDs is short for Persistent IDentifiers. Examples include DOI or Handle. There are some additional PID operations listed in the :doc:`/admin/dataverses-datasets` section of the Admin Guide.
Get Info on a PID
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 6bc7d93

Please sign in to comment.