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

# Update a project

`PUT /projects/{ProjectId}`

## Path parameters

- `ProjectId` string, required

## Request body

- Project
  - `_id` string
  - `name` string
  - `description` string
  - `githubIdentifier` string
  - `projectStatus` 'Active' | 'Completed' | 'Paused'
  - `location` 'DTLA' | 'Westside' | 'South LA' | 'Remote'
  - `createdDate` string, date-time
  - `completedDate` string, date-time
  - `githubUrl` string
  - `slackUrl` string
  - `googleDriveUrl` string
  - `googleDriveId` string
  - `hflaWebsiteUrl` string
  - `videoConferenceLink` string
  - `lookingDescription` string
  - `recruitingCategories` string[]
  - `partners` string[]
  - `managedByUsers` string[]
  - `onboardOffboardVisible` boolean

## Response `200`

Project updated

- Project
  - `_id` string
  - `name` string
  - `description` string
  - `githubIdentifier` string
  - `projectStatus` 'Active' | 'Completed' | 'Paused'
  - `location` 'DTLA' | 'Westside' | 'South LA' | 'Remote'
  - `createdDate` string, date-time
  - `completedDate` string, date-time
  - `githubUrl` string
  - `slackUrl` string
  - `googleDriveUrl` string
  - `googleDriveId` string
  - `hflaWebsiteUrl` string
  - `videoConferenceLink` string
  - `lookingDescription` string
  - `recruitingCategories` string[]
  - `partners` string[]
  - `managedByUsers` string[]
  - `onboardOffboardVisible` boolean

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/hackforla/apis/vrms-api.md) · [All operations](https://skmtc.dev/hackforla/apis/vrms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hackforla/vrms-api/revisions/092c34cc0e58/schema)
