Skip to content

Commit 0dee0a0

Browse files
aaronmiVesaJuvonen
authored andcommitted
Update alm-api-for-spfx-add-ins.md (SharePoint#1073)
Correct uninstall rest call from /_api/web/tenantappcatalog/AvailableApps/GetById('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx')/Upgrade to /_api/web/tenantappcatalog/AvailableApps/GetById('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx')/Uninstall
1 parent 9040f22 commit 0dee0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/apis/alm-api-for-spfx-add-ins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ method: POST
103103
Uninstall a solution package from the site. This REST call can be executed in the context of the site where the uninstall operation should happen.
104104

105105
```
106-
url: /_api/web/tenantappcatalog/AvailableApps/GetById('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx')/Upgrade";
106+
url: /_api/web/tenantappcatalog/AvailableApps/GetById('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx')/Uninstall";
107107
method: POST
108108
```
109109
> [!NOTE]

0 commit comments

Comments
 (0)