We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f91e75d + 86d1db9 commit 1d7ea40Copy full SHA for 1d7ea40
doc/sphinx-guides/source/api/native-api.rst
@@ -1167,7 +1167,7 @@ To set or change the storage allocation quota for a collection:
1167
1168
.. code-block::
1169
1170
- curl -X PUT -H "X-Dataverse-key:$API_TOKEN" "$SERVER_URL/api/dataverses/$ID/storage/quota/$SIZE_IN_BYTES"
+ curl -X POST -H "X-Dataverse-key:$API_TOKEN" "$SERVER_URL/api/dataverses/$ID/storage/quota/$SIZE_IN_BYTES"
1171
1172
This is API is superuser-only.
1173
0 commit comments