62926292 "paths": {
62936293 "/chats/{id}/members/{id}": "",
62946294 "/teams/{id}/channels/{id}/allMembers": "least=DelegatedWork",
6295+ "/teams/{id}/channels/{id}/allMembers/{id}": "least=DelegatedWork",
62956296 "/teams/{id}/channels/{id}/doesuserhaveaccess": "least=DelegatedWork,Application",
62966297 "/teams/{id}/channels/{id}/members": "",
62976298 "/teams/{id}/channels/{id}/members/{id}": "least=DelegatedWork",
63256326 ],
63266327 "paths": {
63276328 "/teams/{id}/channels/{id}/allMembers": "least=Application",
6329+ "/teams/{id}/channels/{id}/allMembers/{id}": "least=Application",
63286330 "/teams/{id}/channels/{id}/members": "least=Application",
63296331 "/teams/{id}/channels/{id}/members/{id}": "least=Application"
63306332 }
64296431 "GET"
64306432 ],
64316433 "paths": {
6432- "/teams/{id}/channels/{id}/allMembers": ""
6434+ "/teams/{id}/channels/{id}/allMembers": "",
6435+ "/teams/{id}/channels/{id}/allMembers/{id}": ""
64336436 }
64346437 },
64356438 {
2740927412 "/me/mailfolders/{id}/messages/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application",
2741027413 "/me/mailfolders/{id}/move": "least=DelegatedWork,DelegatedPersonal,Application",
2741127414 "/me/mailfolders/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application",
27415+ "/me/mailfolders/{id}/reportMessage": "least=DelegatedWork,DelegatedPersonal,Application",
2741227416 "/me/mailfolders/{id}/updateAllMessagesReadState": "least=DelegatedWork,DelegatedPersonal,Application",
2741327417 "/me/messages/{id}/attachments": "least=DelegatedWork,DelegatedPersonal,Application",
2741427418 "/me/messages/{id}/attachments/createuploadsession": "",
2743227436 "/users/{id}/mailfolders/{id}/messages/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application",
2743327437 "/users/{id}/mailfolders/{id}/move": "least=DelegatedWork,DelegatedPersonal,Application",
2743427438 "/users/{id}/mailfolders/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application",
27439+ "/users/{id}/mailfolders/{id}/reportMessage": "least=DelegatedWork,DelegatedPersonal,Application",
2743527440 "/users/{id}/mailfolders/{id}/updateAllMessagesReadState": "least=DelegatedWork,DelegatedPersonal,Application",
2743627441 "/users/{id}/messages/{id}/attachments": "least=DelegatedWork,DelegatedPersonal,Application",
2743727442 "/users/{id}/messages/{id}/attachments/createuploadsession": "",
@@ -31814,10 +31819,15 @@
3181431819 ],
3181531820 "paths": {
3181631821 "/places/{id}": "least=DelegatedWork,Application",
31822+ "/places/{id}/descendants()": "least=DelegatedWork,Application",
3181731823 "/places/{id}/microsoft.graph.roomlist/rooms": "least=DelegatedWork,Application",
3181831824 "/places/{id}/microsoft.graph.roomlist/workspaces": "least=DelegatedWork,Application",
31825+ "/places/microsoft.graph.building": "least=DelegatedWork,Application",
31826+ "/places/microsoft.graph.desk": "least=DelegatedWork,Application",
31827+ "/places/microsoft.graph.floor": "least=DelegatedWork,Application",
3181931828 "/places/microsoft.graph.room": "least=DelegatedWork,Application",
3182031829 "/places/microsoft.graph.roomlist": "least=DelegatedWork,Application",
31830+ "/places/microsoft.graph.section": "least=DelegatedWork,Application",
3182131831 "/places/microsoft.graph.workspace": "least=DelegatedWork,Application"
3182231832 }
3182331833 }
@@ -31836,18 +31846,38 @@
3183631846 "userDescription": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on your behalf.",
3183731847 "requiresAdminConsent": true,
3183831848 "privilegeLevel": 3
31849+ },
31850+ "Application": {
31851+ "adminDisplayName": "Read and write organization places",
31852+ "adminDescription": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on behalf of the signed-in user.",
31853+ "requiresAdminConsent": true,
31854+ "privilegeLevel": 4
3183931855 }
3184031856 },
3184131857 "pathSets": [
3184231858 {
3184331859 "schemeKeys": [
31844- "DelegatedWork"
31860+ "DelegatedWork",
31861+ "Application"
3184531862 ],
3184631863 "methods": [
31864+ "DELETE",
3184731865 "PATCH"
3184831866 ],
3184931867 "paths": {
31850- "/places/{id}": "least=DelegatedWork"
31868+ "/places/{id}": "least=DelegatedWork,Application"
31869+ }
31870+ },
31871+ {
31872+ "schemeKeys": [
31873+ "DelegatedWork",
31874+ "Application"
31875+ ],
31876+ "methods": [
31877+ "POST"
31878+ ],
31879+ "paths": {
31880+ "/places": "least=DelegatedWork,Application"
3185131881 }
3185231882 }
3185331883 ],
0 commit comments