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

# Update Project

`PATCH /api/v1/projects/{project_id}`

## Path parameters

- `project_id` string, uuid, required

## Request body

- FolderUpdate
  - `auth_settings` object, nullable
  - `components` string[]
  - `description` string, nullable
  - `flows` string[]
  - `name` string, nullable
  - `parent_id` string, uuid, nullable

## Response `200`

Successful Response

- FolderRead
  - `auth_settings` object, nullable — Authentication settings for the folder/project
  - `description` string, nullable
  - `id` string, uuid, required
  - `name` string, required
  - `parent_id` string, uuid, nullable, required

## Other responses

- `422` — Validation Error

---

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