From d1899d20fb1e227c952f6320cb61d1a9fc5f77d3 Mon Sep 17 00:00:00 2001 From: Eva Tatarka Date: Wed, 21 Aug 2024 15:30:12 -0700 Subject: [PATCH] Add missing array syntax to follow lanagues query param (#1502) --- content/en/methods/accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/methods/accounts.md b/content/en/methods/accounts.md index 3bae71366..bbf4ec8f7 100644 --- a/content/en/methods/accounts.md +++ b/content/en/methods/accounts.md @@ -1290,7 +1290,7 @@ reblogs notify : Boolean. Receive notifications when this account posts a status? Defaults to false. -languages +languages[] : Array of String (ISO 639-1 language two-letter code). Filter received statuses for these languages. If not provided, you will receive this account's posts in all languages. #### Response