-
Notifications
You must be signed in to change notification settings - Fork 531
allow for tag replacement #11359
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
allow for tag replacement #11359
Conversation
This comment has been minimized.
This comment has been minimized.
pdurbin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't run the code but it looks fine and tests are passing: https://jenkins.dataverse.org/job/IQSS-Dataverse-Develop-PR/job/PR-11359/1/testReport/
I left a couple comments about the docs.
Co-authored-by: Philip Durbin <[email protected]>
Co-authored-by: Philip Durbin <[email protected]>
This comment has been minimized.
This comment has been minimized.
1 similar comment
|
📦 Pushed preview images as 🚢 See on GHCR. Use by referencing with full name as printed above, mind the registry name. |
|
Tests Passed, Merging PR |
|
@stevenwinship Hi Steven, I tried |
What this PR does / why we need it: The post files/{fileId}/metadata/tabularTags api could only add tags and categories, instead of edit(like remove or replace). This PR adds the ability to overwrite the list with a new list.
Which issue(s) this PR closes:#11292
Special notes for your reviewer:
Suggestions on how to test this: Test api with and without ?replace=
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Is there a release notes update needed for this change?: included
Additional documentation: