---
title: "Updates a Folder"
method: PUT
path: "/api/2026-07-01/resources/documents/folders/{id}"
tags: ["Documents > Folder"]
---

# Updates a Folder

`PUT /api/2026-07-01/resources/documents/folders/{id}`

Update a folder.

## Path parameters

- `id` string, required

## Request body

- object
  - `company_id` string, required — Company ID
  - `id` string, required — Folder id
  - `name` string, required — Folder name

## Response `200`

OK

- DocumentsFolder
  - `active` boolean, required — Whether the folder is active or not
  - `company_id` string — Company ID of the folder
  - `id` string, required — Folder ID
  - `name` string, required — Folder name
  - `parent_folder_id` string — Id of the parent folder
  - `space` string, required — The space of the folder is related to the place where the folder is displayed.

---

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