We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d642f38 commit 9c0d3acCopy full SHA for 9c0d3ac
1 file changed
src/main/java/edu/harvard/iq/dataverse/ManageFilePermissionsPage.java
@@ -586,7 +586,7 @@ public void setRenderFileMessages(boolean renderFileMessages) {
586
587
public String getSignedUrlForRAHistoryCsv() {
588
//Including /v1 is required for the signature to validate
589
- String apiPath = "/api/v1/datasets/" + dataset.getId() + "/files/permissions/history";
+ String apiPath = "/api/v1/datasets/" + dataset.getId() + "/files/assignments/history";
590
591
try {
592
// Get the application URL from the system config
0 commit comments