---
title: "Update a document folder"
method: PUT
path: "/document_folders/{id}"
tags: ["Document folders"]
---

# Update a document folder

`PUT /document_folders/{id}`

Update the information of an existing document folder. You can modify the folder's name and description

## Request body

- object
  - `name` string
  - `description` string
  - `parent_id` integer

## Response `200`

OK

- object
  - `name` string
  - `description` string

---

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