Skip to content

Commit 52a91fa

Browse files
authored
Remove exposure of internal references
Updated note about known issue with $expand=members query parameter. This exposed links to internal work items. This should not be surfaces in public docs.
1 parent 37f6edb commit 52a91fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api-reference/v1.0/api/chat-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Retrieve the list of [chats](../resources/chat.md) that the user is part of.
1717
This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to.
1818

1919
> [!NOTE]
20-
> This API has a [known issue](https://microsoftgraph.visualstudio.com/Known%20Issues/_workitems/edit/40947). When this API is called with the `$expand=members` query parameter, the response returns a maximum of **25 member items**, even if a larger `$top` value is specified. This behavior differs from the expected behavior where the `$top` parameter controls the maximum number of items returned. As a result, applications that rely on `$expand=members` might not retrieve the full list of members in a single request.
20+
> This API has a known issue. When this API is called with the `$expand=members` query parameter, the response returns a maximum of **25 member items**, even if a larger `$top` value is specified. This behavior differs from the expected behavior where the `$top` parameter controls the maximum number of items returned. As a result, applications that rely on `$expand=members` might not retrieve the full list of members in a single request.
2121
> The API also behaves differently in one or more national clouds. For more information, see [Implementation differences in national clouds](/graph/teamwork-national-cloud-differences).
2222
2323
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]

0 commit comments

Comments
 (0)