---
title: "Update a Multi FileFeed Folder"
method: PATCH
path: "/v0/multi-file-feed-folders/{folder_id}"
tags: ["Multi FileFeed Folders"]
---

# Update a Multi FileFeed Folder

`PATCH /v0/multi-file-feed-folders/{folder_id}`

Update a specific Multi FileFeed folder by ID. Only the fields that need to be updated should be provided.

## Request body

- MultiFileFeedFolderRequest
  - `name` string — The name of the Multi FileFeed folder
  - `description` string, nullable — The description of the Multi FileFeed folder
  - `color` string, nullable — Color associated with the folder
  - `custom_metadata` object, nullable — Custom metadata associated with the folder
  - `containing_folder_id` integer, nullable — ID of the folder that should contain this folder. Null for root folders.

## Response `200`

Successful response

- MultiFileFeedFolder
  - `id` integer — The unique identifier of the Multi FileFeed folder
  - `name` string — The name of the Multi FileFeed folder
  - `description` string, nullable — The description of the Multi FileFeed folder
  - `color` string, nullable — Color associated with the folder
  - `custom_metadata` object, nullable — Custom metadata associated with the folder
  - `containing_folder_id` integer, nullable — ID of the folder that contains this folder. Null for root folders.

## Other responses

- `400` — Bad request

---

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