Skip to content

Commit 9c0d3ac

Browse files
authored
Fix API path for file permissions history
1 parent d642f38 commit 9c0d3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/harvard/iq/dataverse/ManageFilePermissionsPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ public void setRenderFileMessages(boolean renderFileMessages) {
586586

587587
public String getSignedUrlForRAHistoryCsv() {
588588
//Including /v1 is required for the signature to validate
589-
String apiPath = "/api/v1/datasets/" + dataset.getId() + "/files/permissions/history";
589+
String apiPath = "/api/v1/datasets/" + dataset.getId() + "/files/assignments/history";
590590

591591
try {
592592
// Get the application URL from the system config

0 commit comments

Comments
 (0)