We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to #3440 ; the API for listing facets assigned to a dataverse does not appear to function as documented.
curl -H "X-Dataverse-key: $valid_key_with_permissions" -X GET https://shibtest.dataverse.org/api/dataverses/testfacet/facets
returns
{"status":"OK","data":[]}
The UI shows several facets assigned to this dataverse. Was able to reproduce with 4.5.1 locally and v. 4.6 build develop-25518d4 on shibtest.
The text was updated successfully, but these errors were encountered:
From a quick look, possibly related to recent #1136 activity.
Sorry, something went wrong.
kcondon
No branches or pull requests
Related to #3440 ; the API for listing facets assigned to a dataverse does not appear to function as documented.
curl -H "X-Dataverse-key: $valid_key_with_permissions" -X GET https://shibtest.dataverse.org/api/dataverses/testfacet/facets
returns
{"status":"OK","data":[]}
The UI shows several facets assigned to this dataverse. Was able to reproduce with 4.5.1 locally and v. 4.6 build develop-25518d4 on shibtest.
The text was updated successfully, but these errors were encountered: