---
title: "PATCH /api/projects/{pid}"
method: PATCH
path: "/api/projects/{pid}"
tags: ["api"]
---

# PATCH /api/projects/{pid}

`PATCH /api/projects/{pid}`

## Request body

- Project
  - `pid` string, uuid — A UUID identifying this project.
  - `name` string, required — Project's name.
  - `category` 'NOT ESPECIFIED' | 'E-COMMERCE' | 'LOGISTICS' | 'FINANCE' | 'EDUCATIONAL' | 'TECHNOLOGY' | 'OTHER_CATEGORY' — Project's category.
  - `container_image` string — Path of the project's container image.
  - `users` Permission[] — Users with permissions on this project.
    - `user` UserDetail — User details.
      - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
      - `email` string, email
    - `permission` 'OWNER' | 'ADMIN' | 'DEVELOPER' | 'VIEWER' — Permission on this project.
  - `data_status` 'PERSISTENT' | 'PENDING' — Data status.
  - `data_expiry_days` integer — Days before data is deleted.

## Response `200`

OK

- Project
  - `pid` string, uuid — A UUID identifying this project.
  - `name` string, required — Project's name.
  - `category` 'NOT ESPECIFIED' | 'E-COMMERCE' | 'LOGISTICS' | 'FINANCE' | 'EDUCATIONAL' | 'TECHNOLOGY' | 'OTHER_CATEGORY' — Project's category.
  - `container_image` string — Path of the project's container image.
  - `users` Permission[] — Users with permissions on this project.
    - `user` UserDetail — User details.
      - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
      - `email` string, email
    - `permission` 'OWNER' | 'ADMIN' | 'DEVELOPER' | 'VIEWER' — Permission on this project.
  - `data_status` 'PERSISTENT' | 'PENDING' — Data status.
  - `data_expiry_days` integer — Days before data is deleted.

---

[API](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation.md) · [All operations](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitmakerla/estela-api-v1-0-documentation/revisions/35a797b423b4/schema)
