---
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[] — Afected users.
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `email` string, email
  - `user` string, email — User email address.
  - `email` string, email — Email address.
  - `action` 'remove' | 'add' — Performed action.
  - `permission` 'ADMIN' | 'DEVELOPER' | 'VIEWER' — New permission.

## Response `200`

OK

- ProjectUpdate
  - `pid` string, uuid — A UUID identifying this project.
  - `name` string, required — Project's name.
  - `users` UserDetail[] — Afected users.
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `email` string, email
  - `user` string, email — User email address.
  - `email` string, email — Email address.
  - `action` 'remove' | 'add' — Performed action.
  - `permission` 'ADMIN' | 'DEVELOPER' | 'VIEWER' — New permission.

---

[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/b25f921f7e59/schema)
