Hi !
I've created two containers and now I want one container to move inside the other. I followed instructions on the howto documentation but I keep getting an error like this :
XML Syntax Error: Namespace prefix xlink for type on parent is not defined, line 1, column 36
this is the xml im using:
updatecontainer.xml
1 <container>
2 <parent xlink="
https://xyz.abc.com/v2/containers/ABC123" xlink:type="simple"/>
3 </container>
curl statement:
curl -v -u <username>:<password> -X PUT -H 'Content-Type: application/vnd.csp.container-info+xml'
https://xyz.abc.com/v2/containers/XYZ12345 -d @updatecontainer.xml