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.
1 parent 6f5df7b commit fd1779cCopy full SHA for fd1779c
docs/useCases.md
@@ -1208,7 +1208,7 @@ import { linkDatasetTypeWithMetadataBlocks } from '@iqss/dataverse-client-javasc
1208
1209
/* ... */
1210
1211
-linkDatasetTypeWithMetadataBlocks.execute(datasetTypeId, ["geospatial"]).then(() => {
+linkDatasetTypeWithMetadataBlocks.execute(datasetTypeId, ['geospatial']).then(() => {
1212
1213
})
1214
```
@@ -1226,7 +1226,7 @@ import { setAvailableLicensesForDatasetType } from '@iqss/dataverse-client-javas
1226
1227
1228
1229
-setAvailableLicensesForDatasetType.execute(datasetTypeId, ["CC BY 4.0"]).then(() => {
+setAvailableLicensesForDatasetType.execute(datasetTypeId, ['CC BY 4.0']).then(() => {
1230
1231
1232
0 commit comments