We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e89865 commit 59cd7abCopy full SHA for 59cd7ab
1 file changed
doc/sphinx-guides/source/api/native-api.rst
@@ -743,7 +743,7 @@ Change Collection Attributes
743
744
.. code-block::
745
746
- curl -X PUT -H "X-Dataverse-key:$API_TOKEN $SERVER_URL/api/dataverses/$ID/attribute/$ATTRIBUTE?value=$VALUE"
+ curl -X PUT -H "X-Dataverse-key:$API_TOKEN" "$SERVER_URL/api/dataverses/$ID/attribute/$ATTRIBUTE?value=$VALUE"
747
748
The following attributes are supported:
749
0 commit comments