We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844977e commit 9302b35Copy full SHA for 9302b35
docs/apis/alm-api-for-spfx-add-ins.md
@@ -154,6 +154,17 @@ Accept: 'application/json;odata=nometadata'
154
> [!NOTE]
155
> When you use the REST API to uninstall a solution package from the site, it is not relocated to the recycle bin.
156
157
+### Synchronize a solution to the Microsoft Teams App Catalog
158
+
159
+This REST call requires that you refer the **list item id** of the solution in the app catalog site.
160
161
+```
162
+url: /_api/web/tenantappcatalog/SyncSolutionToTeams(id=xxxxx)
163
+method: POST
164
+Authorization: Bearer <access token>
165
+X-RequestDigest: <form digest>
166
+Accept: 'application/json;odata=nometadata'
167
168
169
## SharePoint PnP PowerShell cmdlets
170
0 commit comments