---
title: "Update a given folder"
method: PATCH
path: "/public/api/v1/folders/{folderId}"
tags: ["Folders"]
---

# Update a given folder

`PATCH /public/api/v1/folders/{folderId}`

## Path parameters

- `folderId` string, required

## Request body

- FoldersByIdUpdateRequest
  - `title` string
  - `parentFolderId` string

## Response `200`

OK

- FolderResponse
  - `id` string, required
  - `title` string, required
  - `parentFolderId` string

---

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