---
title: "Set an entry's due date"
method: PUT
path: "/pipeline-entries/{entryId}/due-date"
tags: ["Pipeline entries"]
---

# Set an entry's due date

`PUT /pipeline-entries/{entryId}/due-date`

Set or clear the entry's due date — when the next step on it is due. Send an ISO date
string to set it, or `null` to clear it. The board shows it on the card and turns the card
red once the date has passed; the table can sort by it.

## Path parameters

- `entryId` string, required

## Headers

- `project` string, required

## Request body

- SetEntryDueDateDTO
  - `dueDate` string, nullable — When the next step on this entry is due, as an ISO date string. `null` (or an empty string) clears it. Typed as a string rather than a Date so that clearing is expressible: TSOA would reject `null` for a `Date` field, and the service parses it either way.

## Response `200`

Ok

- unknown

## Changes

- **2026-09-03** `490b7d6391f3` — 1 info
  - removed `#/components/schemas/Document_any.any.any_, subschema #1, subschema #2, subschema #4` from the response body `allOf` list for the response status `200`
- **2026-08-19** `17bf8913206e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gleap/apis/gleap-server/changes/pipeline-entries/:entryId/due-date/put.md)

---

[API](https://skmtc.dev/gleap/apis/gleap-server.md) · [All operations](https://skmtc.dev/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc.dev/gleap/apis/gleap-server/revisions/0a92e15c9803?raw)
