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

interface WKAssignmentPayload {
    assignment: { started_at?: WKDatableString | Date };
}

Properties

Properties

assignment: { started_at?: WKDatableString | Date }

Specify properties of the Assignment; currently only started_at is supported.

Type declaration

  • Optionalstarted_at?: WKDatableString | Date

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