Skip to content

Commit 9f97beb

Browse files
committed
Address comments
1 parent 702f0f6 commit 9f97beb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api-reference/beta/api/newslinkpage-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ POST /sites/{site-id}/pages
3838
|Name|Description|
3939
|:---|:---|
4040
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
41-
|Content-Type|application/json for JSON content, including the required **title** property in multipart requests. Multipart requests use the multipart/form-data; boundary=your-boundary content type. |
41+
|Content-Type|Required. application/json for JSON content, including the required **title** property in multipart requests. Multipart requests use the multipart/form-data; boundary=your-boundary content type. |
4242
|Prefer | include-unknown-enum-members. You must use the `Prefer: include-unknown-enum-members` request header to get the following value in [pageLayoutType](../resources/basesitepage.md#pagelayouttype-values), which is a [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `newsLink`. |
4343

4444
## Request body

api-reference/beta/api/newslinkpage-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ PATCH /sites/{site-id}/pages/{pageId}/microsoft.graph.newsLinkPage
4242
|Name|Description|
4343
|:---|:---|
4444
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
45-
|Content-Type|application/json. Required.|
45+
|Content-Type| Required. application/json for JSON content, including the required **title** property in multipart requests. Multipart requests use the multipart/form-data; boundary=your-boundary content type.|
4646

4747
## Request body
4848

@@ -149,7 +149,7 @@ Content-Type: application/json
149149
<!--
150150
{
151151
"type": "#page.annotation",
152-
"description": "Update checklistItem",
152+
"description": "Update newslinkpage",
153153
"keywords": "",
154154
"section": "documentation",
155155
"tocPath": "",

0 commit comments

Comments
 (0)