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

# 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
  - `project_description` string
  - `ip_name` string
  - `ip_description` string

## Response `200`

Project successfully updated

- object
  - `id` integer
  - `project_name` string
  - `project_description` string
  - `ip_name` string
  - `ip_description` string
  - `ip_medium` string
  - `ip_type` string
  - `status` 'active'
  - `created_at` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Project not found
- `429` — Request limit exceeded.
- `500` — Internal server error

---

[API](https://skmtc.net/bria-ai/apis/tailored-generation-api-reference.md) · [All operations](https://skmtc.net/bria-ai/apis/tailored-generation-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bria-ai/tailored-generation-api-reference/revisions/806c6d31631b/schema)
