---
title: "Update Project"
method: PUT
path: "/tailored-gen/projects/{project_id}"
tags: ["Tailored Generation"]
---

# Update Project

`PUT /tailored-gen/projects/{project_id}`

Update a specific project

## Path parameters

- `project_id` string, required

## Headers

- `api_token` string, required

## Request body

- object
  - `project_name` string — New project name (optional)
  - `project_description` string — New project description (optional)
  - `ip_name` string — New IP name (optional)
  - `ip_description` string — New IP description (optional)

## Response `200`

Project successfully updated

- object
  - `id` integer — Unique identifier for the project
  - `project_name` string — Name of the project
  - `project_description` string — Description of the project
  - `ip_name` string — Name of the IP
  - `ip_description` string — Description of the IP
  - `ip_medium` 'photography' | 'illustration' — Medium of the IP
  - `ip_type` 'multi_object_set' | 'object_variants' | 'defined_object' | 'icons' | 'defined_character' | 'character_variants' | 'stylized_scene' | 'other' — Type of the IP
  - `status` 'active' — Status of the project
  - `created_at` string, date-time — Timestamp when the project was created

## Other responses

- `401` — Unauthorized
- `404` — Project not found
- `429` — Request limit exceeded. Your account has reached its maximum allowed requests. Please upgrade your plan or try again later.
- `500` — Internal server error

---

[API](https://skmtc.net/bria-ai/apis/the-bria-api.md) · [All operations](https://skmtc.net/bria-ai/apis/the-bria-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bria-ai/the-bria-api/versions/2768230345a5/schema)
