Skip to content

Commit

Permalink
Merge pull request #8558 from JarbasHorst/patch-26
Browse files Browse the repository at this point in the history
Update educationclass-post-category.md
  • Loading branch information
Lauragra authored Sep 28, 2023
2 parents 6ac6237 + f5f16c6 commit 54be51f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api-reference/beta/api/educationclass-post-category.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Create educationCategory"
description: "Creates a new category."
description: "Create a new educationCategory on an educationClass."
ms.localizationpriority: medium
author: "mmast-msft"
ms.prod: "education"
Expand All @@ -13,7 +13,7 @@ Namespace: microsoft.graph

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

Creates a new [educationCategory](../resources/educationcategory.md) on an [educationClass](../resources/educationclass.md). Only teachers can perform this operation.
Create a new [educationCategory](../resources/educationcategory.md) on an [educationClass](../resources/educationclass.md). Only teachers can perform this operation.

[!INCLUDE [national-cloud-support](../../includes/global-only.md)]

Expand All @@ -31,6 +31,7 @@ One of the following permissions is required to call this API. To learn more, in
```http
POST /education/classes/{id}/assignmentCategories
```

## Request headers
| Header | Value |
|:---------------|:--------|
Expand All @@ -40,7 +41,6 @@ POST /education/classes/{id}/assignmentCategories
## Request body
In the request body, supply a JSON representation of an [educationCategory](../resources/educationcategory.md) object.


## Response
If successful, this method returns a `201 Created` response code and an [educationCategory](../resources/educationcategory.md) object in the response body.

Expand Down

0 comments on commit 54be51f

Please sign in to comment.