---
title: "Update a project"
method: PUT
path: "/api/v1/project/edit"
tags: ["Projects"]
---

# Update a project

`PUT /api/v1/project/edit`

Update project details

## Request body

- object
  - `projectId` integer, required — Project ID
  - `projectName` string, required — Project name
  - `projectDescription` string, nullable — Project description

## Response `200`

Project updated successfully

- SuccessResponse
  - `data` object — Response data
  - `status` integer — HTTP status code

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/checkmate-test-management-api/versions/f818f4b6fb31/schema)
