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

# Update Project

`PATCH /v1/projects/{id}/`

Change project name and project description.

## Request body

- ProjectUpdate
  - `id` string
  - `name` string — Name of the project.
  - `description` string — Description of the project.
  - `type` 'public' — Type of the project. <br> * `public` for public chain project
  - `members` integer — Number of members invited to the consortium project. <br>Only for the `consortium` project.
  - `networks` integer — Number of networks created in the project.
  - `creator` Creator — Creator of the object.
    - `id` string
    - `email` string, email
    - `first_name` string
    - `last_name` string
    - `organization` Object — Common object representation.
      - `id` string
      - `name` string
  - `created_at` string, date-time — When the object was created.

## Response `200`

- Project
  - `id` string
  - `name` string — Name of the project.
  - `description` string — Description of the project.
  - `type` 'public' — Type of the project. <br> * `public` for public chain project
  - `members` integer — Number of members invited to the consortium project. <br>Only for the `consortium` project.
  - `networks` integer — Number of networks created in the project.
  - `creator` Creator — Creator of the object.
    - `id` string
    - `email` string, email
    - `first_name` string
    - `last_name` string
    - `organization` Object — Common object representation.
      - `id` string
      - `name` string
  - `created_at` string, date-time — When the object was created.

## Other responses

- `400` — Validation error.
- `404` — Object does not exist or caller has insufficient permissions to access it.

---

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