The payload used in the request to create a new review via the WaniKani API.

interface WKReviewPayload {
    review: WKReviewObjectWithAssignmentId | WKReviewObjectWithSubjectId;
}

Properties

Properties

A review object with either the assignment_id or subject_id specified.