> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "Update project"
description: "Update project"
api: "PATCH /api/v0/projects/{id}"
gridGap: 30
---

<Aside full>

<RequestExample>

```bash lines=false
curl -X PATCH "https://api.example.com/api/v0/projects/<id>" \
  -H "Content-Type: application/json" \
  -d '{
  "name": "string"
}'
```

</RequestExample>

</Aside>

<OpenAPIEndpoint {...{"method":"patch","path":"/api/v0/projects/{id}","summary":"Update project","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"contentType":"application/json","schema":{"type":"object","required":["name"],"properties":{"name":{"type":"string"}}}},"responses":[{"status":"200","description":"","schema":{"type":"object","required":["ok","id","orgId","name"],"properties":{"ok":{"type":"boolean"},"id":{"type":"string"},"orgId":{"type":"string"},"name":{"type":"string"}}}},{"status":"404","description":"","schema":{"type":"object","required":["error"],"properties":{"error":{"type":"string"}}}},{"status":"default","description":""}],"security":[],"servers":[]}} />

---

*Powered by [holocron.so](https://holocron.so)*
