The optional payload used in the request to start a new assignment via the WaniKani API.

interface WKAssignmentPayload {
    started_at?: WKDatableString | Date;
}

Properties

Properties

started_at?: WKDatableString | Date

When the assignment was started. Must be greater than or equal to the assignment's unlocked_at date.