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
http://guides.dataverse.org/en/latest/api/native-api.html#change-user-identifier sez PUT http://$SERVER/api/users/$oldIdentifier/changeIdentifier/$newIdentifier which crabs endpoint does not support method 'PUT'. but example sez curl -H "X-Dataverse-key: $API_TOKEN" -X POST which works as advertised.
PUT http://$SERVER/api/users/$oldIdentifier/changeIdentifier/$newIdentifier
endpoint does not support method 'PUT'.
curl -H "X-Dataverse-key: $API_TOKEN" -X POST
pull request forthcoming.
The text was updated successfully, but these errors were encountered:
IQSS#6350 correct changeUserIdentifier from PUT to POST
98cffd0
Merge pull request #6351 from OdumInstitute/6350_correct_changeuid_typo
5dca95d
#6350 correct changeIdentifier from PUT to POST
Successfully merging a pull request may close this issue.
http://guides.dataverse.org/en/latest/api/native-api.html#change-user-identifier sez
PUT http://$SERVER/api/users/$oldIdentifier/changeIdentifier/$newIdentifier
which crabs
endpoint does not support method 'PUT'.
but example sez
curl -H "X-Dataverse-key: $API_TOKEN" -X POST
which works as advertised.
pull request forthcoming.
The text was updated successfully, but these errors were encountered: