---
title: "Update folder"
method: PATCH
path: "/files/2026-09-beta/folders/{folderId}"
tags: ["Basic"]
---

# Update folder

`PATCH /files/2026-09-beta/folders/{folderId}`

Update the details of a specific folder in the file manager by providing the folder's unique identifier. This operation allows you to modify folder attributes such as its name or parent folder ID.

## Path parameters

- `folderId` string, required

## Request body

- FolderUpdateInput
  - `name` string — The new name for the folder.
  - `parentFolderId` integer — The ID of the parent folder to which this folder will be moved.

## Response `200`

successful operation

- Folder
  - `archived` boolean, required — A boolean indicating whether the folder is archived.
  - `archivedAt` string, date-time — The date and time when the folder was archived, in ISO 8601 format.
  - `createdAt` string, date-time, required — The date and time when the folder was created, in ISO 8601 format.
  - `id` string, required — The unique ID for the folder, represented as a string.
  - `name` string — The name of the folder, represented as a string.
  - `parentFolderId` string — The unique identifier of the parent folder, represented as a string.
  - `path` string — The path of the folder within the file system, represented as a string.
  - `updatedAt` string, date-time, required — The date and time when the folder was last updated, in ISO 8601 format.

## 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/revisions/e45d1bdf10a4/schema)
