Skip to content

Commit

Permalink
more accurate text for dataset integrity api endpoint #3589
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Feb 6, 2017
1 parent 08d50a4 commit d4daced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/sphinx-guides/source/api/native-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -658,11 +658,11 @@ Execute all saved searches and make links to dataverses and datasets that are fo
Dataset Integrity
^^^^^^^^^^^^^^^^^

Iterate over all datasets, checking for integrity problems::
Iterate over all datasets, checking for integrity problems (currently only UNF problems are reported)::

GET http://$SERVER/api/admin/datasets/integrity

Correct the UNF value for a dataset version, based on its database id::
Add a UNF value for a dataset version, if it's missing, by supplying the dataset version database id::

POST http://$SERVER/api/admin/datasets/integrity/{datasetVersionId}/fixunf

Expand Down

0 comments on commit d4daced

Please sign in to comment.