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

# PUT /api/projects/{id}

`PUT /api/projects/{id}`

## Path parameters

- `id` string, required

## Request body

- ProjectUpdateRequest
  - `name` string, nullable
  - `type` string, nullable
  - `description` string, nullable
  - `note` string, nullable
  - `launchDate` string, date-time
  - `endDate` string, date-time
  - `owner` string, nullable
  - `vendor` string, nullable
  - `reportDeadline` string, nullable
  - `isRetestNeeded` boolean
  - `retestingLaunch` string, date-time
  - `retestingEnd` string, date-time
  - `accessType` string, nullable
  - `location` string, nullable

## Response `200`

OK

- Project
  - `id` string, nullable
  - `orgId` string, nullable
  - `name` string, nullable
  - `creationDate` string, date-time
  - `createdBy` string, nullable
  - `type` string, nullable
  - `description` string, nullable
  - `note` string, nullable
  - `launchDate` string, date-time
  - `endDate` string, date-time
  - `owner` string, nullable
  - `vendor` string, nullable
  - `reportDeadline` string, nullable
  - `isRetestNeeded` boolean
  - `retestingLaunch` string, date-time
  - `retestingEnd` string, date-time
  - `accessType` string, nullable
  - `location` string, nullable

---

[API](https://skmtc.dev/hackgate/apis/hackgate-admin-api.md) · [All operations](https://skmtc.dev/hackgate/apis/hackgate-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hackgate/hackgate-admin-api/revisions/4254c43f4be4/schema)
