Skip to content

Commit 6e94f3d

Browse files
deprecate default_voice_actor_id (#46)
1 parent 34e2d6d commit 6e94f3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: source/includes/20170710/resources/_user.md.erb

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Attribute | Data Type | Description
5252

5353
Attribute | Data Type | Description
5454
--------- | --------------- | -----------
55-
`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`.
55+
`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.
5656
`extra_study_autoplay_audio` | Boolean | Automatically play pronunciation audio for vocabulary during extra study.
5757
`lessons_autoplay_audio` | Boolean | Automatically play pronunciation audio for vocabulary during lessons.
5858
`lessons_batch_size` | Integer | Number of subjects introduced to the user during lessons before quizzing.
@@ -172,7 +172,6 @@ Only the values under `preferences` are allowed to be updated.
172172

173173
Name | Data Type | Required?
174174
---- | --------- | ---------
175-
`default_voice_actor_id` | Integer | false
176175
`extra_study_autoplay_audio` | Boolean | false
177176
`lessons_autoplay_audio` | Boolean | false
178177
`lessons_batch_size` | Integer | false

0 commit comments

Comments
 (0)