We have two dataverses within Root Dataverse:
Root > Dataverse A
Root > Dataverse B
What we'd like to do is move Dataverse B into Dataverse A:
Root > Dataverse A > Dataverse B
I'm trying to follow the instructions in the documentation
and i'm getting xhtml output that basically says "Internal Server Error - An unexpected error was encountered, no more information is available."
We are on Dataverse v. 4.14 build 1326-57a392d
The command I used was
curl -H "X-Dataverse-key:MY-GENERATED-API-KEY" -kX POST https://localhost:8181/api/dataverses/Dataverse-B/move/Dataverse-A
Was there something in my command that I mis-typed?
--sukie--