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

# Update a project

`PUT /api/v1/projects/{id}`

## Path parameters

- `id` integer, required

## Request body

- UpdateProject
  - `token` string, required
  - `item` object
    - `title` string — The name of the project
    - `description` string — Description of the project
    - `start_date` string, date — Start Date (yyyy-mm-dd)
    - `closed` boolean — Archived/Active project flag
    - `status` string — Status
    - `owner_id` integer — ID of the owner (default: your member id)

## Response `200`

project updated

## Other responses

- `401` — Error: Unauthorized
- `422` — invalid request

---

[API](https://skmtc.net/labguru/apis/labguru-api.md) · [All operations](https://skmtc.net/labguru/apis/labguru-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labguru/labguru-api/revisions/0534e4d70b77/schema)
