Skip to content

Commit 1e6039f

Browse files
Convert translated_content to be camelCase
1 parent b141496 commit 1e6039f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ const article = await client.helpCenter.collections.update({
845845
id: '123',
846846
name: 'Thanks for everything',
847847
description: 'English description',
848-
translated_content: {
848+
translatedContent: {
849849
fr: {
850850
name: 'Allez les verts',
851851
description: 'French description',
@@ -901,7 +901,7 @@ const article = await client.helpCenter.sections.update({
901901
id: '123',
902902
name: 'Thanks for everything',
903903
parentId: '456',
904-
translated_content: {
904+
translatedContent: {
905905
fr: {
906906
name: 'Allez les verts',
907907
description: 'French description',

0 commit comments

Comments
 (0)