Skip to content

Commit

Permalink
Update sample-queries.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshisingh authored Nov 21, 2023
1 parent c39f676 commit 9ba0b6f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions sample-queries/sample-queries.json
Original file line number Diff line number Diff line change
Expand Up @@ -4001,6 +4001,33 @@
"tip": "This query requires the TeamworkTag.ReadWrite permission",
"docLink": "https://learn.microsoft.com/en-us/graph/api/teamworktagmember-delete?view=graph-rest-beta",
"skipTest": false
},
{
"id": "3f59edb4-8a39-4a76-9069-8c8b362216f3",
"category": "Scan Guidance",
"method": "GET",
"humanName": "get drive item delta",
"requestUrl": "/v1.0/sites/root/drives/{drive-id}/root/delta",
"docLink": "https://learn.microsoft.com/en-us/graph/api/driveitem-delta?view=graph-rest-1.0&tabs=http",
"skipTest": false
},
{
"id": "3f59edb4-8a39-4a76-9069-8c8b362216f3",
"category": "Scan Guidance",
"method": "GET",
"humanName": "get drive item delta (beta)",
"requestUrl": "/beta/sites/root/drives/{drive-id}/root/delta",
"docLink": "https://learn.microsoft.com/en-us/graph/api/driveitem-delta?view=graph-rest-beta&tabs=http",
"skipTest": false
},
{
"id": "d6960241-5edb-4e3c-a7c7-ee844d01445d",
"category": "Scan Guidance",
"method": "GET",
"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
}
]
}

0 comments on commit 9ba0b6f

Please sign in to comment.