REST API "Update Folder" does not work fine

Anonymous
Not applicable

REST API "Update Folder" does not work fine

Hi all

I tried to call "Update Folder" and it returns success, but the folder is changed nothing.
API doc.
http://developers.marketo.com/documentation/asset-api/update-folder/

My Request JSON (Change description text) 
{
"description": "new description"
}

My Response JSON
{"success":true,"warnings":[],"errors":[],"requestId":"25a5#14c6e85a82d","result":[{"id":39,"name":"Z_正木","description":null,"createdAt":"2014-10-01T08:08:00Z+0000","updatedAt":"2014-10-01T08:08:00Z+0000","type":"Marketing Folder","parent":null,"path":"/Marketing Activities/Default/Z_正木","isArchive":false,"isSystem":false,"workspace":"Default"}]}
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: REST API "Update Folder" does not work fine

I get the same behavior: unable to get the update to actually work as documented.