---
title: "UpdateProject can be used to modify a specified project."
method: PATCH
path: "/v1/projects/{project}"
---

# UpdateProject can be used to modify a specified project.

`PATCH /v1/projects/{project}`

## Path parameters

- `project` string, required

## Query parameters

- `update_mask` string

## Request body

- Project — A Project is a top-level description of a collection of APIs. Typically there would be one project for an entire organization. Note: in a Google Cloud deployment, this resource and associated methods will be omitted and its children will instead be associated with Google Cloud projects.
  - `name` string — Resource name.
  - `display_name` string — Human-meaningful name.
  - `description` string — A detailed description.
  - `create_time` string, RFC3339 — Creation timestamp.
  - `update_time` string, RFC3339 — Last update timestamp.

## Response `200`

OK

- Project — A Project is a top-level description of a collection of APIs. Typically there would be one project for an entire organization. Note: in a Google Cloud deployment, this resource and associated methods will be omitted and its children will instead be associated with Google Cloud projects.
  - `name` string — Resource name.
  - `display_name` string — Human-meaningful name.
  - `description` string — A detailed description.
  - `create_time` string, RFC3339 — Creation timestamp.
  - `update_time` string, RFC3339 — Last update timestamp.

## Changes

- **2021-04-20** `7428736a439b` — 2 breaking, 8 warning, 4 info
  - the `create_time` response's property type/format changed from ``/`` to `string`/`RFC3339` for status `200`
  - the `update_time` response's property type/format changed from ``/`` to `string`/`RFC3339` for status `200`
  - removed the request property `create_time/nanos`
  - removed the request property `create_time/seconds`
  - …10 more
- **2021-02-27** `f26001c22757` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/apigee/apis/registry-api/changes/v1/projects/:project/patch.md)

---

[API](https://skmtc.dev/apigee/apis/registry-api.md) · [All operations](https://skmtc.dev/apigee/apis/registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apigee/registry-api/revisions/b921d564d178/schema)
