Using the REST API and the Postman tool I am trying to change the owned_by property to another user. After what appears to be a successful post and then examining the folder there is not change - the owned_by property does not change. Here is the body of the PUT.
{
"owned_by": {
"type": "user",
"id": "***number removed for privacy***2",
"name": "Some User",
"login": "***email address removed for privacy***"
}Why does the owner not change?