Skip to content

Commit

Permalink
typo - header had = not :
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Jul 11, 2023
1 parent 9ec4300 commit 54f9f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/admin/metadatacustomization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ For example, following the :ref:`Add Dataset Metadata <add-semantic-metadata>` e

.. code-block:: bash
curl -X PUT -H X-Dataverse-key:$API_TOKEN -H 'Content-Type: application/ld+json' -H 'mdkey.codeMeta20=1234ChangeMeToSomethingLong' -d '{"codemeta:codeVersion": "1.0.0", "@context":{"codemeta": "https://codemeta.github.io/terms/"}}' "$SERVER_URL/api/datasets/$DATASET_ID/metadata"
curl -X PUT -H X-Dataverse-key:$API_TOKEN -H 'Content-Type: application/ld+json' -H 'mdkey.codeMeta20:1234ChangeMeToSomethingLong' -d '{"codemeta:codeVersion": "1.0.0", "@context":{"codemeta": "https://codemeta.github.io/terms/"}}' "$SERVER_URL/api/datasets/$DATASET_ID/metadata"
curl -X PUT -H X-Dataverse-key:$API_TOKEN -H 'Content-Type: application/ld+json' -d '{"codemeta:codeVersion": "1.0.1", "@context":{"codemeta": "https://codemeta.github.io/terms/"}}' "$SERVER_URL/api/datasets/$DATASET_ID/metadata?mdkey.codeMeta20=1234ChangeMeToSomethingLong&replace=true"
Expand Down

0 comments on commit 54f9f3f

Please sign in to comment.