-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4448 api edit var meta #5971
4448 api edit var meta #5971
Conversation
4448 api edit var meta
multiple files
…dataverse into 4448-api-edit-var-meta
Update 12
…dataverse into 4448-api-edit-var-meta
Update 4.13
I just created an issue for this: scholarsportal/Dataverse-Data-Explorer#4 |
…review 4448 api edit var meta pdurbin code review
@pdurbin I merged your pull request into mine. |
@lubitchv thanks! I moved your pull request to QA. Please don't forget to work on scholarsportal/Dataverse-Data-Explorer#4 so the Dataverse community can start installing and using this great new tool! |
API works if I download dct.xml from curation tool after making changes. A couple data curation tool issues: Also, one potential issue for Dataverse: |
Thank you, @kcondon
|
@lubitchv OK, makes sense. Thanks. What does the 1 represent in: "Variable Metadata (Changed Variable Metadata: 1); View Details" |
@kcondon 1 represents number of files changed, not a number of variables, since in in one dataset can be several files that maybe updated. |
@lubitchv OK, thanks. Will move it back to qa. Ready to merge, pending point release planning. It may need refresh from develop if it is not included in point release. |
Hey guys, I hope you can help me out with this problem. I tried using this endpoint to update my variable level metadata, but it turns out that it didn't really update it and nothing happened. I followed exactly the steps in the documentation and performed a curl updating my file with an XML file:
As a response, I received an empty object on my terminal screen and when I went to check my file on Dataverse, its variable metadata was exactly the same, as if I have never updated it. Do you have any thoughts on what could have happened? Do I need special permission to do this or only being the owner of my dataset is enough? Does this endpoint need any special input that I am not aware of? Thanks in advance, |
@ingridpacheco thanks for opening this new issue about this:
|
New API endpoint in EditDDI.java for updating variable level metadata.
It is used in Data Curation Tool and also can be called using curl command with corresponding xml file.
Related Issues
Closes #4448
Closes #4174
Pull Request Checklist