diff --git a/sample-queries/sample-queries.json b/sample-queries/sample-queries.json index 18028471..27af44c5 100644 --- a/sample-queries/sample-queries.json +++ b/sample-queries/sample-queries.json @@ -4027,10 +4027,13 @@ "humanName": "get list item delta", "requestUrl": "/beta/sites/root/lists/{list-id}/items/delta", "docLink": "https://learn.microsoft.com/en-us/graph/api/listitem-delta?view=graph-rest-beta&tabs=http", + "skipTest": false + }, + { "id": "62e117e6-ac63-465a-9868-d1b901f2e530", "category": "Viva Goals", "method": "GET", - "humanName": "get the properties of goalsExportJobs in a Viva goals organization", + "humanName": "get the properties of a goalsExportJob in a Viva goals organization", "requestUrl": "/beta/employeeExperience/goals/exportJobs/{jobId}", "tip": "This query requires the Goals-Export.Read.All/Goals-Export.ReadWrite.All permission", "docLink": "https://learn.microsoft.com/en-us/graph/api/goalsexportjob-get?view=graph-rest-beta", @@ -4040,7 +4043,7 @@ "id": "f80fc68a-b297-4869-848a-1fbd088cd6be", "category": "Viva Goals", "method": "GET", - "humanName": "get a list of for goalsExportJobs in a Viva goals organization", + "humanName": "get a list of goalsExportJobs in a Viva goals organization", "requestUrl": "/beta/employeeExperience/goals/exportJobs", "tip": "This query requires the Goals-Export.Read.All/Goals-Export.ReadWrite.All permission", "docLink": "https://learn.microsoft.com/en-us/graph/api/goals-list-exportjobs?view=graph-rest-beta",