---
title: "PUT /crm/lists/2026-03/folders/{folderId}/move/{newParentFolderId}"
method: PUT
path: "/crm/lists/2026-03/folders/{folderId}/move/{newParentFolderId}"
tags: ["Basic"]
---

# PUT /crm/lists/2026-03/folders/{folderId}/move/{newParentFolderId}

`PUT /crm/lists/2026-03/folders/{folderId}/move/{newParentFolderId}`

## Path parameters

- `folderId` string, required
- `newParentFolderId` string, required

## Response `200`

successful operation

- CrmListsListFolderFetchResponse
  - `folder` CrmListsPublicListFolder, required
    - `childLists` integer[], required — An array of list Id's contained in this folder.
    - `childNodes` CrmListsPublicListFolder[], required
    - `createdAt` string, date-time — The time the folder was created at.
    - `id` string, required — The Id of the folder.
    - `name` string — The name of the folder.
    - `parentFolderId` string, required — The Id of the folder this folder is in, the root folder is represented as 0.
    - `updatedAt` string, date-time — The time the folder was last updated at.
    - `updatedContentsAt` string, date-time — The time that the contents of the folder was last updated at.
    - `userId` integer — The user Id of the owner of the folder.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/versions/f9c7181056c5/schema)
