Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add list container permissions and list container columns sample queries
  • Loading branch information
marcwindle committed Apr 15, 2026
commit 1fa128f8395c46b0ce0b76f4d8d8f3eeaf822007
18 changes: 18 additions & 0 deletions sample-queries/sample-queries.json
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,15 @@
"postBody": "{\r\n \"roles\": [\"writer\"],\r\n \"grantedToV2\": {\r\n \"user\": {\r\n \"userPrincipalName\": \"{userEmail}\"\r\n }\r\n }\r\n}",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"postBody": "{\r\n \"roles\": [\"writer\"],\r\n \"grantedToV2\": {\r\n \"user\": {\r\n \"userPrincipalName\": \"{userEmail}\"\r\n }\r\n }\r\n}",
"postBody": "{\r\n \"roles\": [\"writer\"],\r\n \"grantedToV2\": {\r\n \"user\": {\r\n \"id\": \"{userObjectId}\"\r\n }\r\n }\r\n}",
"skipTest": false
},
{
"id": "4495afff-e67e-4969-8ea0-5abb37dec0e8",
"category": "SharePoint Embedded",
"method": "GET",
"humanName": "list container permissions",
"requestUrl": "/v1.0/storage/fileStorage/containers/{containerId}/permissions",
"docLink": "https://learn.microsoft.com/en-us/graph/api/filestoragecontainer-list-permissions?view=graph-rest-1.0",
"skipTest": false
},
{
"id": "6a17fab7-4623-4173-9460-2417b60a4c04",
"category": "SharePoint Embedded",
Expand All @@ -1352,6 +1361,15 @@
"postBody": "{\r\n \"name\": \"color\",\r\n \"displayName\": \"Color\",\r\n \"description\": \"Color of the item\",\r\n \"choice\": {\r\n \"choices\": [\"red\", \"blue\", \"green\"]\r\n }\r\n}",
"skipTest": false
},
{
"id": "e053cee5-3b04-470a-82bd-5744feeb5b73",
"category": "SharePoint Embedded",
"method": "GET",
"humanName": "list container columns",
"requestUrl": "/v1.0/storage/fileStorage/containers/{containerId}/columns",
"docLink": "https://learn.microsoft.com/en-us/graph/api/filestoragecontainer-list-columns?view=graph-rest-1.0",
"skipTest": false
},
{
"id": "66794bb1-0c60-4a43-aee9-95715c1765fc",
"category": "SharePoint Embedded",
Expand Down