Skip to content

Commit 0139fa5

Browse files
authored
Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
1 parent 2fdcc06 commit 0139fa5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

concepts/whats-new-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Manage Teams apps at the channel level within a team using the following APIs:
4242
- Removed the `model` parameters and payment-model guidance from Microsoft Teams export APIs and related change-notification documentation. The `model` query parameter is no longer required and is ignored if supplied. For more information, see [Payment models and licensing requirements for Microsoft Teams APIs](/graph/teams-licenses).
4343
- The following Microsoft Teams APIs support **@odata.nextLink** pagination to handle increased channel limits. When the result set spans multiple pages, the response includes the **@odata.nextLink** property with a URL for retrieving the next page of results:
4444
- [List channels](/graph/api/channel-list)
45-
- [List allChannels](/graph/api/team-list-incomingchannels)
46-
- [List incomingChannels](/graph/api/team-list-allchannels)
45+
- [List incomingChannels](/graph/api/team-list-incomingchannels)
46+
- [List allChannels](/graph/api/team-list-allchannels)
4747

4848
## April 2026: New in preview only
4949

@@ -78,8 +78,8 @@ Use the **sensorTypes** property on [sensorCandidate](/graph/api/resources/secur
7878
- [Delete a targeted message from a chat](/graph/api/chat-delete-targetedmessages?view=graph-rest-beta&preserve-view=true) by providing the chat ID and message ID.
7979
- The following Microsoft Teams APIs support **@odata.nextLink** pagination to handle increased channel limits. When the result set spans multiple pages, the response includes the **@odata.nextLink** property with a URL for retrieving the next page of results:
8080
- [List channels](/graph/api/channel-list?view=graph-rest-beta&preserve-view=true)
81-
- [List allChannels](/graph/api/team-list-incomingchannels?view=graph-rest-beta&preserve-view=true)
82-
- [List incomingChannels](/graph/api/team-list-allchannels?view=graph-rest-beta&preserve-view=true)
81+
- [List incomingChannels](/graph/api/team-list-incomingchannels?view=graph-rest-beta&preserve-view=true)
82+
- [List allChannels](/graph/api/team-list-allchannels?view=graph-rest-beta&preserve-view=true)
8383

8484
## March 2026: New and generally available
8585

0 commit comments

Comments
 (0)