---
title: "Updates dates of a given project."
method: PUT
path: "/projects/{projectId}/dates"
tags: ["Projects (Classic)"]
---

# Updates dates of a given project.

`PUT /projects/{projectId}/dates`

Updates dates of a given project.

## Path parameters

- `projectId` string, required

## Request body

- ProjectDatesDTO
  - `startDate` TimeDTO
    - `value` integer
  - `deadline` TimeDTO
    - `value` integer
  - `actualStartDate` TimeDTO
    - `value` integer
  - `actualDeliveryDate` TimeDTO
    - `value` integer

## Response `default`

Success

---

[API](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api.md) · [All operations](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xtrf/xtrf-home-portal-api/revisions/0c24935a3319/schema)
