---
title: "Update Project"
method: PUT
path: "/api/v1/project/{project_id}"
tags: ["projects"]
---

# Update Project

`PUT /api/v1/project/{project_id}`

## Path parameters

- `project_id` integer, required

## Request body

- UpdateProjectRequestDTO
  - `name` string, nullable
  - `heading` string, nullable
  - `subHeading` string, nullable
  - `third_heading` string, nullable
  - `language` string, nullable
  - `logo` string, nullable
  - `image_data` ImageData
    - `image` string, required
    - `download_location` string, nullable
  - `image` string, nullable
  - `colors` ColorsInput
    - `primary` string, nullable
    - `secondary` string, nullable
    - `tertiary` string, nullable
  - `font` string, nullable
  - `bg_color` string, nullable
  - `keywords` string[], nullable
  - `image_ai_prompt` string, nullable
  - `template_properties` object, nullable
  - `layout` string, nullable
  - `design` string, nullable
  - `colorful_template_id` string, nullable
  - `brand_id` integer, nullable
  - `caption` string, nullable
  - `cta_text` string, nullable
  - `cta_arr` object, nullable
  - `purpose` object, nullable
  - `json_url` string, nullable
  - `ad_body` object, nullable
  - `image_arr` unknown[], nullable
    - unknown
  - `getty_id_array` unknown[], nullable
    - unknown
  - `original_image` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
