---
title: "PUT /api/project-items/{id}"
method: PUT
path: "/api/project-items/{id}"
tags: ["ProjectItems"]
---

# PUT /api/project-items/{id}

`PUT /api/project-items/{id}`

## Path parameters

- `id` string, required

## Request body

- ProjectItemUpdateRequest
  - `name` string, required
  - `projectId` string, nullable
  - `type` string, nullable
  - `accessType` string, nullable
  - `location` string, nullable

## Response `200`

OK

- ProjectItem
  - `id` string, nullable
  - `orgId` string, nullable
  - `name` string, nullable
  - `projectId` string, nullable
  - `project` 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
  - `type` string, nullable
  - `accessType` string, nullable
  - `location` string, nullable
  - `creationDate` string, date-time
  - `createdBy` 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)
