Skip to content

Commit dff0d33

Browse files
committed
Fixed link to microsoftteams ignored path.
1 parent 256d4eb commit dff0d33

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

api-reference/beta/api/appcatalogs-list-teamsapps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ List [apps](../resources/teamsapp.md) from the Microsoft Teams app catalog, incl
2424
> * Currently, this API is only supported in the user context and not in the Admin view.
2525
> * The Teams apps that this API returns comply with the app management policies established by the admin.
2626
> * After the Teams apps are published, it typically takes 24-48 hours for the policies to be applied, so some apps might not appear in the API results immediately.
27-
> * For more information, see [App management policies](https://learn.microsoft.com/en-us/microsoftteams/manage-apps#manage-org-wide-app-settings).
27+
> * For more information, see [App management policies](/microsoftteams/manage-apps#manage-org-wide-app-settings).
2828
2929
## Permissions
3030

api-reference/v1.0/api/appcatalogs-list-teamsapps.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ doc_type: apiPageType
1111

1212
Namespace: microsoft.graph
1313

14-
List [apps](../resources/teamsapp.md) from the Microsoft Teams app catalog.
15-
This includes apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify `organization` as the **distributionMethod** in the request.
14+
List [apps](../resources/teamsapp.md) from the Microsoft Teams app catalog, including apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify `organization` as the **distributionMethod** in the request.
1615

1716
> [!NOTE]
1817
> In general, the **id** of a **teamsApp** resource is generated by the server. It is not the same as the **id** specified in a Teams app manifest, unless its **distributionMethod** is `store`. For other cases, the **id** provided by the developer as part of the Teams app manifest is stamped as the **externalId** in the **teamsApp** resource.
@@ -23,7 +22,7 @@ This includes apps from the Microsoft Teams store and apps from your organizatio
2322
> * Currently, this API is only supported in the user context and not in the Admin view.
2423
> * The Teams Apps that this API returns comply with the app management policies established by the admin.
2524
> * After the Teams apps are published, it typically takes 24-48 hours for the policies to be applied, so some apps might not appear in the API results immediately.
26-
> * For more information, see [App management policies](https://learn.microsoft.com/en-us/microsoftteams/manage-apps#manage-org-wide-app-settings).
25+
> * For more information, see [App management policies](/microsoftteams/manage-apps#manage-org-wide-app-settings).
2726
2827
## Permissions
2928

0 commit comments

Comments
 (0)