From 2eee3e5f729cf33eede488522bf9cf619dfb14ab Mon Sep 17 00:00:00 2001 From: imarquesgil <140835944+imarquesgil@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:50:52 +0000 Subject: [PATCH 1/2] Update schedulinggroup.md --- api-reference/beta/resources/schedulinggroup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/schedulinggroup.md b/api-reference/beta/resources/schedulinggroup.md index a6ef56272d2..de50db5310d 100644 --- a/api-reference/beta/resources/schedulinggroup.md +++ b/api-reference/beta/resources/schedulinggroup.md @@ -29,7 +29,7 @@ A logical grouping of users in a [schedule](schedule.md) (usually by role). | Property | Type | Description | | -------------------- | ----------------------------- | ---------------------- | -| code | `string` | The code for the `schedulingGroup` to represent an external identifier. | +| code | `string` | The code for the `schedulingGroup` to represent an external identifier. This field is required to be unique within the team in Microsoft Teams and uses a alphanumeric format, with max 100 characters. | | createdDateTime | `DateTimeOffset` | The time stamp in which this `schedulingGroup` was first created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. | | | displayName | `string` | The display name for the `schedulingGroup`. Required. | | id | `string` | ID of the `schedulingGroup`. From 983f3d9e35261ba8e54fb28b0d3228115f666faf Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Mon, 26 Feb 2024 17:32:50 -0800 Subject: [PATCH 2/2] Update schedulinggroup.md --- api-reference/beta/resources/schedulinggroup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/schedulinggroup.md b/api-reference/beta/resources/schedulinggroup.md index de50db5310d..5fb3f502cd1 100644 --- a/api-reference/beta/resources/schedulinggroup.md +++ b/api-reference/beta/resources/schedulinggroup.md @@ -29,7 +29,7 @@ A logical grouping of users in a [schedule](schedule.md) (usually by role). | Property | Type | Description | | -------------------- | ----------------------------- | ---------------------- | -| code | `string` | The code for the `schedulingGroup` to represent an external identifier. This field is required to be unique within the team in Microsoft Teams and uses a alphanumeric format, with max 100 characters. | +| code | `string` | The code for the `schedulingGroup` to represent an external identifier. This field must be unique within the team in Microsoft Teams and uses an alphanumeric format, with a maximum of 100 characters. | | createdDateTime | `DateTimeOffset` | The time stamp in which this `schedulingGroup` was first created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. | | | displayName | `string` | The display name for the `schedulingGroup`. Required. | | id | `string` | ID of the `schedulingGroup`.