Skip to content
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

correct typo in changeIdentifier documentation: POST not PUT #6350

Closed
donsizemore opened this issue Nov 6, 2019 · 0 comments · Fixed by #6351
Closed

correct typo in changeIdentifier documentation: POST not PUT #6350

donsizemore opened this issue Nov 6, 2019 · 0 comments · Fixed by #6351

Comments

@donsizemore
Copy link
Contributor

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.

donsizemore added a commit to uncch-rdmc/dataverse that referenced this issue Nov 6, 2019
kcondon added a commit that referenced this issue Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant