---
title: "POST /files/2026-09/folders/update/async"
method: POST
path: "/files/2026-09/folders/update/async"
tags: ["Folders"]
---

# POST /files/2026-09/folders/update/async

`POST /files/2026-09/folders/update/async`

## Request body

- FolderUpdateInputWithId
  - `id` string, required — The unique identifier of the folder to be updated.
  - `name` string — The new name for the folder, which will also update the fullPath and all children of the folder.
  - `parentFolderId` integer — The ID of the new parent folder, which will move the folder and its children into the specified folder.

## Response `202`

accepted

- FolderUpdateTaskLocator
  - `id` string, required — ID of the task
  - `links` object — Links for where to check information related to the task. The `status` link gives the URL for where to check the status of the task.

## Other responses

- `default` — An error occurred.

---

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