From 5792b587b05db6a5dea2e452ab4c369bc53adf9a Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Wed, 6 Dec 2023 22:26:43 +0100 Subject: [PATCH] Update permission.md Adding Manage and FullControl as they seem to work just fine with Sites.Selected now. Removing Owner as that does not seems to do anything on a SharePoint site. Please doublecheck this with the developer. --- api-reference/v1.0/resources/permission.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/permission.md b/api-reference/v1.0/resources/permission.md index eeddbff5215..b7dc078c597 100644 --- a/api-reference/v1.0/resources/permission.md +++ b/api-reference/v1.0/resources/permission.md @@ -95,7 +95,8 @@ Permissions with an [**invitation**][SharingInvitation] facet represent permissi |:----------------|:-------------------------------------------------------------------------------| | read | Provides the ability to read the metadata and contents of the item. | | write | Provides the ability to read and modify the metadata and contents of the item. | -| owner | For SharePoint and OneDrive for Business this represents the owner role. | +| manage | Provides the ability to manage content on of the item. | +| fullcontrol | Provides the ability to have full control on the item. | ## Sharing links The most common type of permissions is sharing links.