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 34ed8d8 + 44d9daf commit 23a4d9bCopy full SHA for 23a4d9b
doc/sphinx-guides/source/api/native-api.rst
@@ -1179,7 +1179,7 @@ See also :ref:`batch-exports-through-the-api` and the note below:
1179
export PERSISTENT_IDENTIFIER=doi:10.5072/FK2/J8SJZB
1180
export METADATA_FORMAT=ddi
1181
1182
- curl "$SERVER_URL/api/datasets/export?exporter=$METADATA_FORMAT&persistentId=PERSISTENT_IDENTIFIER"
+ curl "$SERVER_URL/api/datasets/export?exporter=$METADATA_FORMAT&persistentId=$PERSISTENT_IDENTIFIER"
1183
1184
The fully expanded example above (without environment variables) looks like this:
1185
0 commit comments