Skip to content

Commit

Permalink
deprecate default_voice_actor_id
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnicolson committed Apr 3, 2024
1 parent 34e2d6d commit 1067cd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/includes/20170710/resources/_user.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Attribute | Data Type | Description

Attribute | Data Type | Description
--------- | --------------- | -----------
`default_voice_actor_id` | Integer | The voice actor to be used for lessons and reviews. The value is associated to `subject.pronunciation_audios.metadata.voice_actor_id`.
`default_voice_actor_id` | Integer | This is a deprecated user preference. It will always return `1` and cannot be set. It exists only to ensure existing consumers of this API don't break.
`extra_study_autoplay_audio` | Boolean | Automatically play pronunciation audio for vocabulary during extra study.
`lessons_autoplay_audio` | Boolean | Automatically play pronunciation audio for vocabulary during lessons.
`lessons_batch_size` | Integer | Number of subjects introduced to the user during lessons before quizzing.
Expand Down Expand Up @@ -172,7 +172,6 @@ Only the values under `preferences` are allowed to be updated.

Name | Data Type | Required?
---- | --------- | ---------
`default_voice_actor_id` | Integer | false
`extra_study_autoplay_audio` | Boolean | false
`lessons_autoplay_audio` | Boolean | false
`lessons_batch_size` | Integer | false
Expand Down

0 comments on commit 1067cd4

Please sign in to comment.