---
title: "Update Portfolio Project"
method: PUT
path: "/{program_id}/portfolio/{project_id}/v1"
tags: ["Portfolio Project"]
---

# Update Portfolio Project

`PUT /{program_id}/portfolio/{project_id}/v1`

Update an existing project portfolio.

| Parameter      | Accepted values                                                                                            |	Note
| -------------- | ---------------------------------------------------------------------------------------------------------- | -------
| call_to_action | MTB, WEBSITE, PHONE, NONE                                                                                  |
| cost	         | LESS_THAN_100, 100_TO_300, 300_TO_1K, 1K_TO_5K, 5K_TO_10K, 10K_TO_20K, 20K_TO_35K, MORE_THAN_35K	          |
| duration     	 | LESS_THAN_1_DAY, 1_TO_7_DAYS, 1_TO_2_WEEKS, 2_TO_4_WEEKS, 1_TO_2_MONTHS, 2_TO_3_MONTHS, MORE_THAN_3_MONTHS |

## Parameters

- `#/paths/~1program~1%7Bprogram_id%7D~1portfolio~1v1/post/parameters/0` — unresolved $ref
- `#/paths/~1%7Bprogram_id%7D~1portfolio~1%7Bproject_id%7D~1v1/get/parameters/1` — unresolved $ref

## Request body

- object
  - `name` string — Name of the project.
  - `call_to_action` 'MTB' | 'WEBSITE' | 'PHONE' | 'NONE' — Action of the button that shows on the project.
  - `description` string — A description of the project.
  - `service_offerings` string[] — List of service offerings
  - `cost` 'LESS_THAN_100' | '100_TO_300' | '300_TO_1K' | '1K_TO_5K' | '5K_TO_10K' | '10K_TO_20K' | '20K_TO_35K' | 'MORE_THAN_35K' — The cost of the project.
  - `duration` 'LESS_THAN_1_DAY' | '1_TO_7_DAYS' | '1_TO_2_WEEKS' | '2_TO_4_WEEKS' | '1_TO_2_MONTHS' | '2_TO_3_MONTHS' | 'MORE_THAN_3_MONTHS' — The duration of the project.
  - `completion_year` integer — The year of completion of the project.
  - `completion_month` integer — The month of completion of the project [1,12].

## Response `200`

Successfully updated the given portfolio project.

## Other responses

- `400` — unresolved $ref

---

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