Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/sphinx-guides/source/api/native-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3402,6 +3402,8 @@ In order to update the number of files allowed for a Dataset, without causing a

To delete the existing limit:

.. code-block:: bash

curl -H "X-Dataverse-key:$API_TOKEN" -X DELETE "$SERVER_URL/api/datasets/$ID/files/uploadlimit"

The fully expanded example above (without environment variables) looks like this:
Expand All @@ -3412,6 +3414,8 @@ The fully expanded example above (without environment variables) looks like this

To delete the existing limit:

.. code-block:: bash

curl -H "X-Dataverse-key:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -X DELETE "https://demo.dataverse.org/api/datasets/24/files/uploadlimit"

Report the data (file) size of a Dataset
Expand Down