Hey. I am trying to change the owner of a document document located in the connection library (v 5.5). I am still waiting for an answer from IBM, but it is probably too long for me, so I will try to reverse engineer.
I tried using the standard POST request editor, changing the Editor for the owner:
http://ecm2mydomain.com/dm/atom/library/{id}/document/{id}/members/feed?membershipTimestamp=1456418747000
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<isSecurityInherited xmlns="urn:ibm.com/td">false</isSecurityInherited>
<entry>
<role xmlns="urn:ibm.com/td">Reader</role>
<uid xmlns="urn:ibm.com/td">$IC-T-I-a</uid>
<securityAction xmlns="urn:ibm.com/td">ADD</securityAction>
</entry>
<entry>
<role xmlns="urn:ibm.com/td">Reader</role>
<uid xmlns="urn:ibm.com/td">$IC-C-M-e43da535-c2bb-4206-9d04-637ad878374b</uid>
<securityAction xmlns="urn:ibm.com/td">ADD</securityAction>
</entry>
<entry>
<role xmlns="urn:ibm.com/td">Owner</role>
<uid xmlns="urn:ibm.com/td">id</uid>
<securityAction xmlns="urn:ibm.com/td">ADD</securityAction>
</entry>
</feed>
he returns: 404
and doesn't work, do you have any ideas?
source
share