---
title: "PATCH /team/{team_id}/project/{project_id}"
method: PATCH
path: "/team/{team_id}/project/{project_id}"
tags: ["project"]
---

# PATCH /team/{team_id}/project/{project_id}

`PATCH /team/{team_id}/project/{project_id}`

## Path parameters

- `team_id` string, uuid, required
- `project_id` string, uuid, required

## Request body

- UpdateProjectRequest
  - `collaborators` ProjectCollaboratorInput[], nullable
    - `email` string, required
    - `role` 'viewer' | 'editor' | 'owner', required
  - `description` string, nullable
  - `name` string, nullable
  - `visibility` 'private' | 'shared_with_team'

## Response `200`

Project updated successfully

- Project
  - `created_at` string, date-time, required
  - `description` string, nullable
  - `id` string, uuid, required
  - `name` string, required
  - `team_id` string, uuid, required
  - `updated_at` string, date-time, required
  - `visibility` 'private' | 'shared_with_team', required

## Other responses

- `403` — Forbidden - user does not have write access to project's team
- `404` — Project not found
- `500` — Internal server error

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
