Skip to content

Commit fdcb942

Browse files
committed
try to fix format
1 parent cde3d67 commit fdcb942

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/apis/addin-management-apis.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ POST {adminSiteUrl}/_api/web/AvailableAddIns
4646
|--------------------|----------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------|
4747
| serverRelativeUrls | no | string[] | List of the server relative url of sites that want to get the available Add-ins. Maximum size is 500. |
4848
| 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+
4950
When urls is not null, serverRelativeUrls will be disregarded.
5051

5152
### Responses
@@ -118,6 +119,7 @@ POST {adminSiteUrl}/_api/web/AddinPermissions
118119
| serverRelativeUrl | string | The server relative url of the site collection. |
119120
| url | string | The url of the site collection, both server relative url and absolute url are acceptable. |
120121
| appIdentifiers | string[] | The identifier list of the Add-ins. |
122+
121123
The serverRelativeUrl and url can't be both null. If both serverRelativeUrl and url are provided, the url will be used.
122124

123125
### Responses
@@ -218,6 +220,7 @@ POST {adminSiteUrl}/_api/web/GetAddinPrincipalsHavingPermissionsInSites
218220
|--------------------|----------|----------|------------------------------------------------------------------------------------------------------------|
219221
| serverRelativeUrls | no | string[] | List site collections' server relative url. Maximum size is 500. |
220222
| urls | no | string[] | List site collections' url, both server relative url and absolute url are acceptable. Maximum size is 500. |
223+
221224
When urls is not null, serverRelativeUrls will be disregarded.
222225

223226
### Responses
@@ -269,6 +272,7 @@ POST {adminSiteUrl}/_api/web/UninstallAddins
269272
| serverRelativeUrl | string | The site's server relative url. |
270273
| url | string | The site's url, both server relative url and absolute url are acceptable. |
271274
| appInstanceIds | Guid[] | The instance ids of the Add-ins. |
275+
272276
The serverRelativeUrl and url can't be both null. If both serverRelativeUrl and url are provided, the url will be used.
273277

274278
### Responses
@@ -316,6 +320,7 @@ POST {adminSiteUrl}/_api/web/GetAddinUninstallJobDetail
316320
| jobId | yes | Guid | This uninstall job id. |
317321
| serverRelativeUrl | no | string | The site's server relative url. |
318322
| url | no | string | The site's url, both server relative url and absolute url are acceptable. |
323+
319324
The serverRelativeUrl and url can't be both null. If both serverRelativeUrl and url are provided, the url will be used.
320325

321326
### Responses

0 commit comments

Comments
 (0)