---
title: "Update a Portfolio Folder"
method: PUT
path: "/portfolio_folders/{id}"
tags: ["Portfolio Folders"]
---

# Update a Portfolio Folder

`PUT /portfolio_folders/{id}`

Update a portfolio folder.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `portfolio_folder` PortfolioFolderInput
    - `name` string, required — Name of the portfolio folder
    - `portfolio_company_profile_id` string, uuid — ID of the associated portfolio company profile

## Response `200`

Portfolio folder successfully updated

- object
  - `portfolio_folder` PortfolioFolder
    - `id` string, uuid, required — Unique identifier for the portfolio folder
    - `name` string, required — Name of the portfolio folder
    - `portfolio_company_profile_id` string, uuid, required — ID of the associated portfolio company profile

## Other responses

- `401` — Unauthorized - Invalid or missing authentication token
- `403` — Forbidden - The authenticated user does not have access to the requested resource
- `422` — Unprocessable Entity - The request is valid but contains semantic errors
- `429` — Too Many Requests - Rate limit exceeded

---

[API](https://skmtc.dev/visible/apis/visible-api-2.md) · [All operations](https://skmtc.dev/visible/apis/visible-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/visible/visible-api-2/revisions/d63a3bb6d361/schema)
