We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b141496 commit 1e6039fCopy full SHA for 1e6039f
README.md
@@ -845,7 +845,7 @@ const article = await client.helpCenter.collections.update({
845
id: '123',
846
name: 'Thanks for everything',
847
description: 'English description',
848
- translated_content: {
+ translatedContent: {
849
fr: {
850
name: 'Allez les verts',
851
description: 'French description',
@@ -901,7 +901,7 @@ const article = await client.helpCenter.sections.update({
901
902
903
parentId: '456',
904
905
906
907
0 commit comments