Moves a list to a given folder
PUT {{baseUrl}}/crm/v3/lists/folders/move-list
Given a list and a folder, the list will be moved to that folder.
Request Body
{"listId"=>"<string>", "newFolderId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |