---
title: "Updates dates of a given job."
method: PUT
path: "/v2/jobs/{jobId}/dates"
tags: ["Jobs (Smart)(v2)"]
---

# Updates dates of a given job.

`PUT /v2/jobs/{jobId}/dates`

Updates dates of a given job.

## Path parameters

- `jobId` string, required

## Request body

- JobDatesDto
  - `startDate` integer
  - `deadline` integer
  - `actualStartDate` integer
  - `actualEndDate` integer

## Response `204`

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.dev/xtrf/apis/xtrf-home-portal-api/revisions/6a8697db56c6?raw)
