Skip to content

Commit 20a74fd

Browse files
authored
Fix typo in sample of body for PUT /settings/localized-attributes (#3102)
1 parent 1190ccf commit 20a74fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/api/settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ Update the localized attributes settings of an index.
879879
{
880880
"localizedAttributes": [
881881
{
882-
"locale": [<String>, …],
882+
"locales": [<String>, …],
883883
"attributePatterns": [<String>, …],
884884
}
885885
]

0 commit comments

Comments
 (0)