2741227412 "/me/mailfolders/{id}/messages/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application",
2741327413 "/me/mailfolders/{id}/move": "least=DelegatedWork,DelegatedPersonal,Application",
2741427414 "/me/mailfolders/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application",
27415+ "/me/mailfolders/{id}/reportMessage": "least=DelegatedWork,DelegatedPersonal,Application",
2741527416 "/me/mailfolders/{id}/updateAllMessagesReadState": "least=DelegatedWork,DelegatedPersonal,Application",
2741627417 "/me/messages/{id}/attachments": "least=DelegatedWork,DelegatedPersonal,Application",
2741727418 "/me/messages/{id}/attachments/createuploadsession": "",
2743527436 "/users/{id}/mailfolders/{id}/messages/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application",
2743627437 "/users/{id}/mailfolders/{id}/move": "least=DelegatedWork,DelegatedPersonal,Application",
2743727438 "/users/{id}/mailfolders/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application",
27439+ "/users/{id}/mailfolders/{id}/reportMessage": "least=DelegatedWork,DelegatedPersonal,Application",
2743827440 "/users/{id}/mailfolders/{id}/updateAllMessagesReadState": "least=DelegatedWork,DelegatedPersonal,Application",
2743927441 "/users/{id}/messages/{id}/attachments": "least=DelegatedWork,DelegatedPersonal,Application",
2744027442 "/users/{id}/messages/{id}/attachments/createuploadsession": "",
@@ -31817,10 +31819,15 @@
3181731819 ],
3181831820 "paths": {
3181931821 "/places/{id}": "least=DelegatedWork,Application",
31822+ "/places/{id}/descendants()": "least=DelegatedWork,Application",
3182031823 "/places/{id}/microsoft.graph.roomlist/rooms": "least=DelegatedWork,Application",
3182131824 "/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",
3182231828 "/places/microsoft.graph.room": "least=DelegatedWork,Application",
3182331829 "/places/microsoft.graph.roomlist": "least=DelegatedWork,Application",
31830+ "/places/microsoft.graph.section": "least=DelegatedWork,Application",
3182431831 "/places/microsoft.graph.workspace": "least=DelegatedWork,Application"
3182531832 }
3182631833 }
@@ -31839,18 +31846,38 @@
3183931846 "userDescription": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on your behalf.",
3184031847 "requiresAdminConsent": true,
3184131848 "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
3184231855 }
3184331856 },
3184431857 "pathSets": [
3184531858 {
3184631859 "schemeKeys": [
31847- "DelegatedWork"
31860+ "DelegatedWork",
31861+ "Application"
3184831862 ],
3184931863 "methods": [
31864+ "DELETE",
3185031865 "PATCH"
3185131866 ],
3185231867 "paths": {
31853- "/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"
3185431881 }
3185531882 }
3185631883 ],
0 commit comments