-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
FY26 Sprint 8FY26 Sprint 8 (2025-10-08 - 2025-10-22)FY26 Sprint 8 (2025-10-08 - 2025-10-22)GREI Re-archGREI re-architecture-relatedGREI re-architecture-relatedOriginal size: 3SPA.Q3.2025.3Dataset Page: Edit TermsDataset Page: Edit TermsSPA: Edit Dataset PageSize: 3A percentage of a sprint. 2.1 hours.A percentage of a sprint. 2.1 hours.
Description
Inspired from Edit terms page, related to 2025 Q3 features.
Adds an api to allow the user to update the terms of access for restricted files of a given dataset
`The api endpoint is: curl -H "X-Dataverse-key:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -X PUT "https://demo.dataverse.org/api/datasets/3/access" -H "Content-type:application/json" --upload-file access.json
where access.json would look like this:
{
"customTermsOfAccess": {
"fileAccessRequest": true,
"termsOfAccess": "Your terms of access for restricted files",
"dataAccessPlace": "Your data access place",
"originalArchive": "Your original archive",
"availabilityStatus": "Your availability status",
"contactForAccess": "Your contact for access",
"sizeOfCollection": "Your size of collection",
"studyCompletion": "Your study completion"
}
}
It depends on Dataverse PR IQSS/dataverse#11893
Metadata
Metadata
Assignees
Labels
FY26 Sprint 8FY26 Sprint 8 (2025-10-08 - 2025-10-22)FY26 Sprint 8 (2025-10-08 - 2025-10-22)GREI Re-archGREI re-architecture-relatedGREI re-architecture-relatedOriginal size: 3SPA.Q3.2025.3Dataset Page: Edit TermsDataset Page: Edit TermsSPA: Edit Dataset PageSize: 3A percentage of a sprint. 2.1 hours.A percentage of a sprint. 2.1 hours.