Folders: Send permissions query param with app platform for folder picker (#114158)

This commit is contained in:
Tom Ratcliffe
2025-11-26 11:16:47 +00:00
committed by GitHub
parent a3dacabedf
commit cef4449f14
6 changed files with 33 additions and 27 deletions
@@ -1823,13 +1823,13 @@
{
"name": "permission",
"in": "query",
"description": "permission needed for the resource (View, Edit, Admin)",
"description": "permission needed for the resource (view, edit, admin)",
"schema": {
"type": "string",
"enum": [
"View",
"Edit",
"Admin"
"view",
"edit",
"admin"
]
}
},