# ProjectUpdateRequest ## Example Usage ```typescript import { ProjectUpdateRequest } from "dokploy/models/operations"; let value: ProjectUpdateRequest = { name: "", projectId: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `name` | *string* | :heavy_check_mark: | N/A | | `description` | *string* | :heavy_minus_sign: | N/A | | `projectId` | *string* | :heavy_check_mark: | N/A |