Skip to content

Commit

Permalink
reword "type" on aux file page #7400
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Apr 15, 2021
1 parent 20b4382 commit 5dc7234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/developers/aux-file-support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Auxiliary file support is experimental. Auxiliary files in the Dataverse Softwar

Adding an Auxiliary File to a Datafile
--------------------------------------
To add an auxiliary file, specify the primary key of the datafile (FILE_ID), and the formatTag and formatVersion (if applicable) associated with the auxiliary file. There are multiple form parameters. "Origin" specifies the application/entity that created the auxiliary file, and "isPublic" controls access to downloading the file. If "isPublic" is true, any user can download the file if the dataset has been published, else, access authorization is based on the access rules as defined for the DataFile itself. The "type" parameter is used to group similar auxiliary files in the UI under "Differentially Private Statistics" if you use a type of "DP". All other auxiliary files appear under "Other Auxiliary Files".
To add an auxiliary file, specify the primary key of the datafile (FILE_ID), and the formatTag and formatVersion (if applicable) associated with the auxiliary file. There are multiple form parameters. "Origin" specifies the application/entity that created the auxiliary file, and "isPublic" controls access to downloading the file. If "isPublic" is true, any user can download the file if the dataset has been published, else, access authorization is based on the access rules as defined for the DataFile itself. The "type" parameter is used to group similar auxiliary files in the UI. Currently, for type "DP", they are appear under "Differentially Private Statistics", while all other auxiliary files appear under "Other Auxiliary Files".

.. code-block:: bash
Expand Down

0 comments on commit 5dc7234

Please sign in to comment.