Skip to content

Commit 1d7ea40

Browse files
authored
Merge pull request #11531 from uncch-rdmc/11530_correct_quota_docs
Correct http method in storage quota example
2 parents f91e75d + 86d1db9 commit 1d7ea40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinx-guides/source/api/native-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ To set or change the storage allocation quota for a collection:
11671167

11681168
.. code-block::
11691169
1170-
curl -X PUT -H "X-Dataverse-key:$API_TOKEN" "$SERVER_URL/api/dataverses/$ID/storage/quota/$SIZE_IN_BYTES"
1170+
curl -X POST -H "X-Dataverse-key:$API_TOKEN" "$SERVER_URL/api/dataverses/$ID/storage/quota/$SIZE_IN_BYTES"
11711171
11721172
This is API is superuser-only.
11731173

0 commit comments

Comments
 (0)