Skip to content

Commit 86c1cd4

Browse files
MSFT-AndreaCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c76e5dd commit 86c1cd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api-reference/v1.0/api/team-list-allchannels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Don't supply a request body for this method.
5050

5151
## Response
5252

53-
If successful, this method returns a `200 OK` response code and a collection of [channel](../resources/channel.md) objects in the response body. The response also includes the **@odata.id** property which can be used to access the channel and run other operations on the [channel](../resources/channel.md) object.
53+
If successful, this method returns a `200 OK` response code and a collection of [channel](../resources/channel.md) objects in the response body. The response also includes the **@odata.id** property which can be used to access the channel and run other operations on the [channel](../resources/channel.md) object.
5454

5555
When the result set spans multiple pages, the response includes an **@odata.nextLink** property with a URL for retrieving the next page of results. For details about how to page through results, see [Paging Microsoft Graph data in your app](/graph/paging).
5656

changelog/Microsoft.Teams.Core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5903,7 +5903,7 @@
59035903
"ApiChange": "Method",
59045904
"ChangedApiName": "List allChannels",
59055905
"ChangeType": "Change",
5906-
"Description": "Updated the [List allChannels](https://learn.microsoft.com/en-us/graph/api/team-list-allchannels?view=graph-rest-beta) method on the [team](https://learn.microsoft.com/en-us/graph/api/resources/team?view=graph-rest-beta) resource to support **@odata.nextLink** pagination. With increased channel limits, responses might span multiple pages. Use `@odata.nextLink` to retrieve all results.",
5906+
"Description": "Updated the [List allChannels](https://learn.microsoft.com/en-us/graph/api/team-list-allchannels?view=graph-rest-beta) method on the [team](https://learn.microsoft.com/en-us/graph/api/resources/team?view=graph-rest-beta) resource to support **@odata.nextLink** pagination. With increased channel limits, responses might span multiple pages. Use **@odata.nextLink** to retrieve all results.",
59075907
"Target": "team"
59085908
}
59095909
],

0 commit comments

Comments
 (0)