Skip to content

Commit

Permalink
updates to point to proper spots
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrooke committed Aug 31, 2021
1 parent 0088c72 commit 80dfa73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion doc/sphinx-guides/source/api/native-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2420,10 +2420,12 @@ The fully expanded example above (without environment variables) looks like this
curl -H "X-Dataverse-key:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -X DELETE "https://demo.dataverse.org/api/files/:persistentId/prov-json?persistentId=doi:10.5072/FK2/AAA000"
.. _datafile-integrity:
Datafile Integrity
~~~~~~~~~~~~~~~~~~
Starting the release 4.10 the size of the saved original file (for an ingested tabular datafile) is stored in the database. The following API will retrieve and permanently store the sizes for any already existing saved originals:
Starting with the release 4.10 the size of the saved original file (for an ingested tabular datafile) is stored in the database. The following API will retrieve and permanently store the sizes for any already existing saved originals:
.. code-block:: bash
Expand Down
8 changes: 4 additions & 4 deletions doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2345,9 +2345,9 @@ For example, if you want your Dataverse installation to skip validation for any

When this option is used to disable the checksum validation, it's strongly recommended to perform periodic asynchronous checks via the integrity API

Refer to "Physical Files Validation in a Dataset" API :ref:`physical-files-validation-in-a-dataset` section of our :doc:`/api/native-api` documentation.
Refer to "Physical Files Validation in a Dataset" API :ref:`dataset-files-validation-api` section of our :doc:`/api/native-api` documentation.

Also refer to the "Datafile Integrity" API :doc:`/api/native-api#id20`
Also refer to the "Datafile Integrity" API :ref:`datafile-integrity`

:DataFileChecksumValidationSizeLimit
++++++++++++++++++++++++++++++++++++
Expand All @@ -2360,6 +2360,6 @@ For example, if you want your Dataverse installation to skip validation for any

When this option is used to disable the checksum validation, it's strongly recommended to perform periodic asynchronous checks via the integrity API

Refer to "Physical Files Validation in a Dataset" API :ref:`physical-files-validation-in-a-dataset` section of our :doc:`/api/native-api` documentation.
Refer to "Physical Files Validation in a Dataset" API :ref:`dataset-files-validation-api` section of our :doc:`/api/native-api` documentation.

Also refer to the "Datafile Integrity" API :doc:`/api/native-api#id20`
Also refer to the "Datafile Integrity" API :ref:`datafile-integrity`

0 comments on commit 80dfa73

Please sign in to comment.