---
title: "Update project"
method: PATCH
path: "/v1/connect/projects/{project_id}"
---

# Update project

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

Update project details or application information

## Request body

- UpdateProjectOpts
  - `name` string — Name of the project
  - `app_name` string — Display name for the Connect application
  - `support_email` string, email — Support email displayed to end users
  - `connect_require_key_auth_test` boolean — Send a test request to the upstream API when adding Connect accounts for key-based apps

## Response `200`

project updated

- Project — Project that can be accessed via the Connect API
  - `id` string, required — Hash ID for the project
  - `name` string, required — Display name of the project
  - `app_name` string, nullable — App name shown to Connect users
  - `support_email` string, email, nullable — Support email configured for the project
  - `connect_require_key_auth_test` boolean — Send a test request to the upstream API when adding Connect accounts for key-based apps

## Other responses

- `429` — too many requests

---

[API](https://skmtc.net/pipedream/apis/pipedream-rest-api.md) · [All operations](https://skmtc.net/pipedream/apis/pipedream-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipedream/pipedream-rest-api/versions/c25dbf225c49/schema)
