File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
29
29
"blockType": "ignored"
30
30
}
31
31
-->
32
- ``` http
32
+ ``` http
33
33
POST /sites/{site-id}/pages
34
34
```
35
35
@@ -72,7 +72,7 @@ The following example shows how to create a [newsLinkPage](../resources/newslink
72
72
The following example shows a request.
73
73
74
74
<!-- { "blockType": "request", "name": "create-newslinkpage", "scopes": "sites.readwrite.all" } -->
75
- ``````
75
+ ```
76
76
POST /sites/c1370818-f5e0-4a40-a99b-be4520640642/pages
77
77
prefer: include-unknown-enum-members
78
78
Content-Type: application/json
@@ -94,7 +94,7 @@ The following example shows how to create a [newsLinkPage](../resources/newslink
94
94
"@odata.type": "microsoft.graph.newsLinkPage"
95
95
}
96
96
-->
97
- ``` http
97
+ ``` http
98
98
HTTP/1.1 201 Created
99
99
Content-type: application/json
100
100
@@ -185,7 +185,7 @@ The following example shows the response. If a failure occurs when you upload or
185
185
"@odata.type": "microsoft.graph.newsLinkPage"
186
186
}
187
187
-->
188
- ``` http
188
+ ``` http
189
189
HTTP/1.1 201 Created
190
190
Content-Type: application/json
191
191
You can’t perform that action at this time.
0 commit comments