Skip to content

Commit a46a2ea

Browse files
committed
add prefer header
1 parent f8e3cb4 commit a46a2ea

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

api-reference/beta/api/cloudpcreports-getinaccessiblecloudpcreports.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ POST /deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports
4141
|:---|:---|
4242
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
4343
|Content-Type|application/json. Required.|
44+
| Prefer: include-unknown-enum-members | Enables evolvable enum values beyond the sentinel value. For more information, see [Best practices for working with Microsoft Graph](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations). Optional. |
4445

4546
## Request body
4647

@@ -260,6 +261,7 @@ The following example shows a request.
260261
``` http
261262
POST https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports
262263
Content-Type: application/json
264+
Prefer: include-unknown-enum-members
263265
264266
{
265267
"reportName": "regionalInaccessibleCloudPcTrendReport",
@@ -301,15 +303,15 @@ Content-Type: application/octet-stream
301303
},
302304
{
303305
"Column": "CloudPcCount",
304-
"PropertyType": "Int"
306+
"PropertyType": "Int64"
305307
},
306308
{
307309
"Column": "WeeklyPeakInaccessibleCloudPcCount",
308-
"PropertyType": "Int"
310+
"PropertyType": "Int64"
309311
},
310312
{
311313
"Column": "Last24hPeakInaccessibleCloudPcCount",
312-
"PropertyType": "Int"
314+
"PropertyType": "Int64"
313315
},
314316
{
315317
"Column": "WeeklyInaccessibleTrend",

0 commit comments

Comments
 (0)