Skip to main content
PUT
Set an entry's due date

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

project
string
required

Path Parameters

entryId
string
required

Body

application/json
dueDate
string | null

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 - application/json

Ok