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

# PUT /api/projects/{pid}

`PUT /api/projects/{pid}`

## Request body

- ProjectUpdate
  - `pid` string, uuid — A UUID identifying this project.
  - `name` string, required — Project's name.
  - `users` UserDetail[] — Affected users.
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `email` string, email
  - `email` string, email — Email address.
  - `action` 'remove' | 'add' | 'update' — Performed action.
  - `permission` 'ADMIN' | 'DEVELOPER' | 'VIEWER' — New permission.
  - `data_status` 'PERSISTENT' | 'PENDING' — New data status.
  - `data_expiry_days` integer — New data expiry days.

## Response `200`

OK

- ProjectUpdate
  - `pid` string, uuid — A UUID identifying this project.
  - `name` string, required — Project's name.
  - `users` UserDetail[] — Affected users.
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `email` string, email
  - `email` string, email — Email address.
  - `action` 'remove' | 'add' | 'update' — Performed action.
  - `permission` 'ADMIN' | 'DEVELOPER' | 'VIEWER' — New permission.
  - `data_status` 'PERSISTENT' | 'PENDING' — New data status.
  - `data_expiry_days` integer — New data expiry days.

---

[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)
