We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0379565 commit 649f128Copy full SHA for 649f128
1 file changed
README.md
@@ -57,7 +57,7 @@ http://demo.dataverse.org/api/datasets/389608/versions/1
57
58
`public async getMetricByCountry(datasetId: string, metricType: DataverseMetricType, countryCode?: string, yearMonth?: string) {`
59
60
-`public async replaceFile(fileId: string, filename: string, fileBuffer: Buffer): Promise<any> {`
+` public async replaceFile(fileId: string, filename: string, fileBuffer: Buffer, jsonData: object = {}): Promise<any> {`
61
62
`public async publishDataset(datasetId: string, versionUpgradeType: DatasetVersionUpgradeType = DatasetVersionUpgradeType.MAJOR): Promise<AxiosResponse> {`
63
0 commit comments