---
title: "Update Filevine Project"
method: PATCH
path: "/filevine/projects/{project_id}"
tags: ["Filevine"]
---

# Update Filevine Project

`PATCH /filevine/projects/{project_id}`

Update a project in Filevine (developer only).

## Path parameters

- `project_id` integer, required

## Request body

- FilevineUpdateProjectRequest — Request to update a project in Filevine (all fields optional)
  - `project_name` string, nullable
  - `description` string, nullable
  - `incident_date` string, nullable
  - `number` string, nullable
  - `phase_id` integer, nullable

## Response `200`

Successful Response

- FilevineUpdateProjectResponse — Response from updating a project in Filevine
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
