Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update educationassignmentdefaults.md #9212

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions api-reference/beta/resources/educationassignmentdefaults.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "educationAssignmentDefaults resource type"
description: "Specify class-level defaults respected by new assignments created in a class."
description: "Specifies class-level defaults respected by new assignments created in a class."
author: "dipakboyed"
ms.localizationpriority: medium
ms.prod: "education"
Expand All @@ -13,7 +13,7 @@ Namespace: microsoft.graph

[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]

Specify class-level defaults respected by new assignments created in a class. Callers can continue to specify custom values on each assignment creation if they don't want the default behaviors.
Specifies class-level defaults respected by new assignments created in a class. Callers can continue to specify custom values on each assignment creation if they don't want the default behaviors.

## Methods
|Method|Return type|Description|
Expand All @@ -28,13 +28,13 @@ Specify class-level defaults respected by new assignments created in a class. Ca
|addToCalendarAction| educationAddToCalendarOptions|Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: `none`, `studentsAndPublisher`, `studentsAndTeamOwners`, `unknownFutureValue`, and `studentsOnly`. You must use the `Prefer: include-unknown-enum-members` request header to get the following value(s) in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `studentsOnly`. The default value is `none`.|
|dueTime|TimeOfDay|Class-level default value for due time field. Default value is `23:59:00`.|
|id|String|Unique identifier for the **educationAssignmentDefaults**.|
|notificationChannelUrl|String|Default Teams channel to which notifications will be sent. Default value is `null`.|
|notificationChannelUrl|String|Default Teams channel to which notifications are sent. Default value is `null`.|

## Relationships
None.

## JSON representation
Here's a JSON representation of the resource.
The following JSON representation shows the resource type.
<!-- {
"blockType": "resource",
"keyProperty": "id",
Expand Down
Loading