Conversation
Merge from original repo
Turned allowmultiples facetable for Citation Metadata field Production Place from FALSE into TRUE as we'd like to be able to add multiple production places and to be able to filter dataset based on this metadata field.
Turning Citation Metadata section Series from allowmultiples=FALSE to allowmultiples=TRUE.
|
|
||
| Provides information about whether a certain Dataverse collection ($dataverse-alias) is linked to or links to another collection. Only accessible to superusers. :: | ||
|
|
||
| curl -H X-Dataverse-key:$API_TOKEN http://$SERVER/api/dataverses/$dataverse-alias/links |
There was a problem hiding this comment.
Thanks @philippconzett for the PR! The rest of the examples have quotation marks, so please add them here for consistency. I'm looking at some recent API calls that I've made to the Harvard Dataverse repository where I've used quotation marks and the commands have successfully run. Thanks again!
Added quotation marks.
Backed out the changes as suggested by Danny.
pdurbin
left a comment
There was a problem hiding this comment.
The change to the docs looks good (thanks!) but the change to citation.tsv should not be included. If it's easier to make a new pull request, that's fine.
|
Hi @philippconzett - as @pdurbin mentions, it looks like there's still a change in the citation.tsv file. |
djbrooke
left a comment
There was a problem hiding this comment.
the .tsv changes have been moved out, so I'm approving this based on #8024 (review)
What this PR does / why we need it:
This PR provides documentation on how admins can retrieve information about whether a certain Dataverse collection is linked to or links to any other collection. The documentation is proposed to be part of the Dataverse Admin Guide.
Which issue(s) this PR closes:
Closes #8023.
Special notes for your reviewer:
I'm not quite sure about the use of quotation marks in the curl command. Should it be
"X-Dataverse-key: $API_TOKEN"orX-Dataverse-key: $API_TOKEN? It tested only the version without quotation marks.Suggestions on how to test this:
Run the command in your terminal.
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
No.
Is there a release notes update needed for this change?:
No.
Additional documentation:
None.