From 2c9cf0e84b6ae4845e789cdce28a94dd7a548dcd Mon Sep 17 00:00:00 2001 From: Eastman Date: Thu, 25 Apr 2024 10:33:26 +0300 Subject: [PATCH] Fix typo in bete group doc --- api-reference/beta/api/group-upsert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/group-upsert.md b/api-reference/beta/api/group-upsert.md index 1172532a5aa..ebb55b8c5ec 100644 --- a/api-reference/beta/api/group-upsert.md +++ b/api-reference/beta/api/group-upsert.md @@ -19,7 +19,7 @@ You can create or update the following types of group: - Microsoft 365 group (unified group) - Security group - By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see thethe [Properties](../resources/group.md#properties) section of the [group](../resources/group.md) resource. To get properties that are _not_ returned by default, do a [GET operation](group-get.md) and specify the properties in a `$select` OData query option. + By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the [Properties](../resources/group.md#properties) section of the [group](../resources/group.md) resource. To get properties that are _not_ returned by default, do a [GET operation](group-get.md) and specify the properties in a `$select` OData query option. > **Note**: To create a [team](../resources/team.md), first create a group, and then add a team to it. For more information, see [Create team](../api/team-put-teams.md).