-
Notifications
You must be signed in to change notification settings - Fork 531
Description
Overview of the Feature Request
Extend the addDataverse API endpoint to support sending values for the input level list and facet list, allowing these properties to be included in the CreateDataverseCommand during creation, just as the create collection form currently supports in JSF.
Currently, the addDataverse endpoint sets these values as null for a new collection: https://github.com/IQSS/dataverse/blob/develop/src/main/java/edu/harvard/iq/dataverse/api/Dataverses.java#L153
What kind of user is the feature intended for?
API User
What inspired the request?
SPA needs and IQSS/dataverse-client-javascript#156
What existing behavior do you want changed?
None
Any brand new behavior do you want to add to Dataverse?
Extend the addDataverse API endpoint to support sending values for the input level list and facet list
Any open or closed issues related to this feature request?
IQSS/dataverse-client-javascript#156