You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| serverRelativeUrls | no | string[]| List of the server relative url of sites that want to get the available Add-ins. Maximum size is 500. |
48
48
| urls | no | string[]| List of the url of sites that want to get the available Add-ins, both server relative url and absolute url are acceptable. Maximum size is 500. |
49
+
49
50
When urls is not null, serverRelativeUrls will be disregarded.
50
51
51
52
### Responses
@@ -118,6 +119,7 @@ POST {adminSiteUrl}/_api/web/AddinPermissions
118
119
| serverRelativeUrl | string | The server relative url of the site collection. |
119
120
| url | string | The url of the site collection, both server relative url and absolute url are acceptable. |
120
121
| appIdentifiers | string[]| The identifier list of the Add-ins. |
122
+
121
123
The serverRelativeUrl and url can't be both null. If both serverRelativeUrl and url are provided, the url will be used.
122
124
123
125
### Responses
@@ -218,6 +220,7 @@ POST {adminSiteUrl}/_api/web/GetAddinPrincipalsHavingPermissionsInSites
0 commit comments