Skip to content

Commit e20da31

Browse files
committed
Adding invalid property for testing
1 parent aad353a commit e20da31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sample-queries/sample-queries.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3668,7 +3668,7 @@
36683668
"postBody": "{\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.contentApproval\",\r\n \"content\": {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.catalogContent\",\r\n \"catalogEntry\": {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.driverUpdateCatalogEntry\",\r\n \"id\": \"{catalogEntryId}\"\r\n }\r\n }\r\n}",
36693669
"tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the updatePolicyId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/updatePolicies.",
36703670
"skipTest": false
3671-
},
3671+
},
36723672
{
36733673
"id": "eba3d860-f13d-4eec-8cca-44b62507d67f",
36743674
"category": "Windows Updates",
@@ -4067,7 +4067,8 @@
40674067
"requestUrl": "/beta/employeeExperience/goals/exportJobs/{jobId}/content",
40684068
"tip": "This query requires the Goals-Export.Read.All/Goals-Export.ReadWrite.All permission",
40694069
"docLink": "https://learn.microsoft.com/en-us/graph/api/goalsexportjob-get?view=graph-rest-beta#example-6-get-the-content-of-a-successfully-completed-goalsexportjob-resource",
4070-
"skipTest": false
4070+
"skipTest": false,
4071+
"foo": "bar"
40714072
}
40724073
]
40734074
}

0 commit comments

Comments
 (0)