A review object with either the assignment_id
or subject_id
specified.
Must be zero or a positive number. This is the number of times the meaning was answered incorrectly.
Must be zero or a positive number. This is the number of times the reading was answered incorrectly. Note that
subjects with a type of radical
do not quiz on readings. Thus, set this value to 0
.
Optional
created_at?: Date | DatableStringTimestamp when the review was completed. Defaults to the time of the request if omitted from the request body.
Must be in the past, but after assignment.available_at
.
Unique identifier of the assignment. This or subject_id
must be set.
Optional
subject_id?: undefinedThe subject_id
should not be set at the same time as assignment_id
.
Unique identifier of the subject. This or assignment_id
must be set.
Optional
assignment_id?: undefinedThe assignment_id
should never be set at the same time as subject_id
.
The payload used in the request to create a new review via the WaniKani API.
See
https://docs.api.wanikani.com/20170710/#create-a-review