---
title: "Update a project"
method: PATCH
path: "/projects/{id}"
tags: ["Projects"]
---

# Update a project

`PATCH /projects/{id}`

Update an existing project.

## Response `200`

Project updated

- Project
  - `id` integer
  - `title` string
  - `description` string
  - `repo_url` string
  - `demo_url` string
  - `readme_url` string
  - `ai_declaration` string
  - `ship_status` string
  - `devlog_ids` integer[]
  - `banner_url` string, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Missing or invalid API key
- `403` — Permission denied
- `404` — Resource not found
- `422` — Validation failed
- `429` — Rate limit exceeded

## Changes

> 5 revisions in range; 1 could not be searched.

- **2026-03-26** `5aa899f5a7d4` — 1 info
  - added the non-success response with the status `429`
- **2026-02-28** `cf6ee4e9eef4` — 1 info
  - removed the non-success response with the status `429`

[Change history](https://skmtc.dev/hackclub/apis/flavortown-api/changes/projects/:id/patch.md)

---

[API](https://skmtc.dev/hackclub/apis/flavortown-api.md) · [All operations](https://skmtc.dev/hackclub/apis/flavortown-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hackclub/flavortown-api/revisions/30b9ad477190/schema)
