From 66612d0084587d8fb385f396987b08d31c177e63 Mon Sep 17 00:00:00 2001 From: Mahan Date: Wed, 6 Dec 2023 01:17:25 +0330 Subject: [PATCH] Add missing type of id. (#1296) --- 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 85204fe9..abb1bb30 100644 --- a/content/en/methods/accounts.md +++ b/content/en/methods/accounts.md @@ -1952,7 +1952,7 @@ Authorization ##### Query parameters id[] -: Array. Check relationships for the provided account IDs. +: Array of String. Check relationships for the provided account IDs. with_suspended : Boolean. Whether relationships should be returned for suspended users, defaults to false.