---
title: "Update a project profile (Brand Book)"
method: PATCH
path: "/projects/{id}"
tags: ["Projects"]
---

# Update a project profile (Brand Book)

`PATCH /projects/{id}`

## Path parameters

- `id` integer, required

## Request body

- object
  - `brand_name` string
  - `description` string
  - `industry` string
  - `business_model` string
  - `target_audience` string
  - `brand_voice` string
  - `goals` string
  - `primary_products` string[]
  - `matching_names` string[]

## Response `200`

Updated

## Other responses

- `403` — API key lacks write permission
- `404` — Resource not found
- `422` — Invalid parameters

---

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