---
title: "Update a Portfolio Company Profile"
method: PUT
path: "/portfolio_company_profiles/{id}"
tags: ["Portfolio Company Profiles"]
---

# Update a Portfolio Company Profile

`PUT /portfolio_company_profiles/{id}`

Update an existing portfolio company profile.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `portfolio_company_profile` PortfolioCompanyProfileInput
    - `name` string, required — Unique name of the portfolio company profile
    - `website_url` string, uri, nullable — Website URL of the portfolio company profile
    - `currency` string, nullable — Currency code (ISO 4217) for the portfolio company profile
    - `company_id` string, uuid, required — ID of the company or fund
    - `primary_contact_id` string, uuid, nullable — ID of the primary contact for the portfolio company profile
    - `fiscal_year_end_month` integer, nullable — Fiscal year end month for the portfolio company profile, from 1 for January through 12 for December.

## Response `200`

Portfolio company profile successfully updated

- object
  - `portfolio_company_profile` PortfolioCompanyProfile
    - `id` string, uuid, required — Unique identifier for the portfolio company profile
    - `name` string, required — Unique name of the portfolio company profile
    - `website_url` string, uri, nullable, required — Website URL of the portfolio company profile
    - `currency` string, nullable, required — Currency code (ISO 4217) for the portfolio company profile
    - `created_at` string, date-time, required — When the portfolio company profile was created
    - `company_id` string, uuid, required — ID of the company or fund
    - `primary_contact_id` string, uuid, nullable, required — ID of the primary contact for the portfolio company profile
    - `fiscal_year_end_month` integer, nullable, required — Fiscal year end month for the portfolio company profile, from 1 for January through 12 for December.

## Other responses

- `400` — Bad Request - The request is invalid or malformed
- `401` — Unauthorized - Invalid or missing authentication token
- `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.md) · [All operations](https://skmtc.dev/visible/apis/visible-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/visible/visible-api/revisions/a04e0975020f/schema)
