Moves a folder

PUT {{baseUrl}}/crm/v3/lists/folders/:folderId/move/:newParentFolderId

This moves the folder from its current location to a new location. It updates the parent of this folder to the new Id given.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"folder":{"childLists":["\u003cinteger\u003e","\u003cinteger\u003e"],"childNodes":[{"value":"\u003cCircular reference to #/components/schemas/PublicListFolder detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/PublicListFolder detected\u003e"}],"id":"\u003cinteger\u003e","parentFolderId":"\u003cinteger\u003e","createdAt":"\u003cdateTime\u003e","name":"\u003cstring\u003e","updatedContentsAt":"\u003cdateTime\u003e","userId":"\u003cinteger\u003e","updatedAt":"\u003cdateTime\u003e"}}