Skip to main content
March 31, 2015
Question

REST API "Update Folder" does not work fine

  • March 31, 2015
  • 1 reply
  • 631 views
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"}]}
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

April 4, 2015
I get the same behavior: unable to get the update to actually work as documented.