# Update a Portfolio Company Profile **PUT /portfolio_company_profiles/{id}** Update an existing portfolio company profile. ## Servers - Production server: https://api.visible.vc (Production server) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (string(uuid)) ID of the portfolio company profile to update ### Body: application/json (object) - **portfolio_company_profile** (object) ## Responses ### 200 Portfolio company profile successfully updated #### Body: application/json (object) - **portfolio_company_profile** (object) ### 400 Bad Request - The request is invalid or malformed #### Body: application/json (object) - **errors** (array[object]) ### 401 Unauthorized - Invalid or missing authentication token #### Body: application/json (object) - **errors** (array[object]) ### 422 Unprocessable Entity - The request is valid but contains semantic errors #### Body: application/json (object) - **errors** (array[object]) ### 429 Too Many Requests - Rate limit exceeded #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)