Set an entry's due date
Pipeline entries
Set an entry's 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.
PUT
Set an entry's due date
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
Body
application/json
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
Generic types for Document:
- T - the type of _id
- TQueryHelpers - Object with any helpers that should be mixed into the Query type
- DocType - the type of the actual Document created
Available options:
COMPANY, CONTACT