Skip to content

Commit 055d1e5

Browse files
authored
Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
1 parent 0dfff53 commit 055d1e5

7 files changed

Lines changed: 26 additions & 14 deletions

File tree

api-reference/beta/api/channel-list.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ Don't supply a request body for this method.
6161

6262
## Response
6363

64-
If successful, this method returns a `200 OK` response code and collection of [Channel](../resources/channel.md) objects in the response body. The response may include 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).
64+
If successful, this method returns a `200 OK` response code and a collection of [channel](../resources/channel.md) objects in the response body.
65+
66+
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).
6567

6668
## Examples
6769

api-reference/beta/api/team-list-allchannels.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ Don't supply a request body for this method.
5454

5555
## Response
5656

57-
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. The response may include 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).
57+
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.
58+
59+
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).
5860

5961
> [!Note]
6062
> Currently, invoking the URL returned from the **@odata.id** property fails for cross-tenant shared channels. You can solve this issue if you remove the `/tenants/{tenant-id}` part from the URL before you call this API. For more information, see [Known issues with Microsoft Graph](/graph/known-issues#unable-to-access-a-cross-tenant-shared-channel-when-the-request-url-contains-tenantscross-tenant-id).

api-reference/beta/api/team-list-incomingchannels.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ Don't supply a request body for this method.
4848

4949
## Response
5050

51-
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. The response may include 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).
51+
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.
52+
53+
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).
5254

5355
> [!Note]
5456
> Currently, invoking the URL returned from the **@odata.id** property fails for cross-tenant shared channels. You can solve this issue if you remove the `/tenants/{tenant-id}` part from the URL before you call this API. For more details, see [Known issues with Microsoft Graph](/graph/known-issues#unable-to-access-a-cross-tenant-shared-channel-when-the-request-url-contains-tenantscross-tenant-id).

api-reference/v1.0/api/channel-list.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ Don't supply a request body for this method.
5858

5959
## Response
6060

61-
If successful, this method returns a `200 OK` response code and collection of [Channel](../resources/channel.md) objects in the response body. The response may include 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).
61+
If successful, this method returns a `200 OK` response code and collection of [Channel](../resources/channel.md) objects in the response body.
62+
63+
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).
6264

6365
## Examples
6466

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ 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. The response may include 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).
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.
54+
55+
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).
5456

5557
> [!Note]
5658
> Currently, invoking the URL returned from the **@odata.id** property fails for cross-tenant shared channels. You can solve this issue if you remove the `/tenants/{tenant-id}` part from the URL before you call this API. For more information, see [Known issues with Microsoft Graph](/graph/known-issues#unable-to-access-a-cross-tenant-shared-channel-when-the-request-url-contains-tenantscross-tenant-id).

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ Don't supply a request body for this method.
4646

4747
## Response
4848

49-
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. The response may include 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).
49+
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.
50+
51+
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).
5052

5153
> [!Note]
5254
> Currently, invoking the URL returned from the **@odata.id** property fails for cross-tenant shared channels. You can solve this issue if you remove the `/tenants/{tenant-id}` part from the URL before you call this API. For more details, see [Known issues with Microsoft Graph](/graph/known-issues#unable-to-access-a-cross-tenant-shared-channel-when-the-request-url-contains-tenantscross-tenant-id).

changelog/Microsoft.Teams.Core.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5885,25 +5885,25 @@
58855885
{
58865886
"Id": "f58e82d6-618a-4467-9662-2f2bef56b8cc",
58875887
"ApiChange": "Method",
5888-
"ChangedApiName": "List channels",
5888+
"ChangedApiName": "GET",
58895889
"ChangeType": "Change",
5890-
"Description": "Updated the [List channels](https://learn.microsoft.com/en-us/graph/api/channel-list?view=graph-rest-beta) method on the [channel](https://learn.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-beta) resource to support `@odata.nextLink` pagination. With increased channel limits, responses may span multiple pages. Clients should handle `@odata.nextLink` to retrieve all results.",
5890+
"Description": "Updated the [List channels](https://learn.microsoft.com/en-us/graph/api/channel-list?view=graph-rest-beta) method on the [channel](https://learn.microsoft.com/en-us/graph/api/resources/channel?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.",
58915891
"Target": "channel"
58925892
},
58935893
{
58945894
"Id": "f58e82d6-618a-4467-9662-2f2bef56b8cc",
58955895
"ApiChange": "Method",
58965896
"ChangedApiName": "List incomingChannels",
58975897
"ChangeType": "Change",
5898-
"Description": "Updated the [List incomingChannels](https://learn.microsoft.com/en-us/graph/api/team-list-incomingchannels?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 may span multiple pages. Clients should handle `@odata.nextLink` to retrieve all results.",
5898+
"Description": "Updated the [List incomingChannels](https://learn.microsoft.com/en-us/graph/api/team-list-incomingchannels?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.",
58995899
"Target": "team"
59005900
},
59015901
{
59025902
"Id": "f58e82d6-618a-4467-9662-2f2bef56b8cc",
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 may span multiple pages. Clients should handle `@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
],
@@ -5919,25 +5919,25 @@
59195919
{
59205920
"Id": "f58e82d6-618a-4467-9662-2f2bef56b8cc",
59215921
"ApiChange": "Method",
5922-
"ChangedApiName": "List channels",
5922+
"ChangedApiName": "GET",
59235923
"ChangeType": "Change",
5924-
"Description": "Updated the [List channels](https://learn.microsoft.com/en-us/graph/api/channel-list?view=graph-rest-1.0) method on the [channel](https://learn.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-1.0) resource to support `@odata.nextLink` pagination. With increased channel limits, responses may span multiple pages. Clients should handle `@odata.nextLink` to retrieve all results.",
5924+
"Description": "Updated the [List channels](https://learn.microsoft.com/en-us/graph/api/channel-list?view=graph-rest-1.0) method on the [channel](https://learn.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-1.0) resource to support **@odata.nextLink** pagination. With increased channel limits, responses might span multiple pages. Use **@odata.nextLink** to retrieve all results.",
59255925
"Target": "channel"
59265926
},
59275927
{
59285928
"Id": "f58e82d6-618a-4467-9662-2f2bef56b8cc",
59295929
"ApiChange": "Method",
59305930
"ChangedApiName": "List incomingChannels",
59315931
"ChangeType": "Change",
5932-
"Description": "Updated the [List incomingChannels](https://learn.microsoft.com/en-us/graph/api/team-list-incomingchannels?view=graph-rest-1.0) method on the [team](https://learn.microsoft.com/en-us/graph/api/resources/team?view=graph-rest-1.0) resource to support `@odata.nextLink` pagination. With increased channel limits, responses may span multiple pages. Clients should handle `@odata.nextLink` to retrieve all results.",
5932+
"Description": "Updated the [List incomingChannels](https://learn.microsoft.com/en-us/graph/api/team-list-incomingchannels?view=graph-rest-1.0) method on the [team](https://learn.microsoft.com/en-us/graph/api/resources/team?view=graph-rest-1.0) resource to support **@odata.nextLink** pagination. With increased channel limits, responses might span multiple pages. Use **@odata.nextLink** to retrieve all results.",
59335933
"Target": "team"
59345934
},
59355935
{
59365936
"Id": "f58e82d6-618a-4467-9662-2f2bef56b8cc",
59375937
"ApiChange": "Method",
59385938
"ChangedApiName": "List allChannels",
59395939
"ChangeType": "Change",
5940-
"Description": "Updated the [List allChannels](https://learn.microsoft.com/en-us/graph/api/team-list-allchannels?view=graph-rest-1.0) method on the [team](https://learn.microsoft.com/en-us/graph/api/resources/team?view=graph-rest-1.0) resource to support `@odata.nextLink` pagination. With increased channel limits, responses may span multiple pages. Clients should handle `@odata.nextLink` to retrieve all results.",
5940+
"Description": "Updated the [List allChannels](https://learn.microsoft.com/en-us/graph/api/team-list-allchannels?view=graph-rest-1.0) method on the [team](https://learn.microsoft.com/en-us/graph/api/resources/team?view=graph-rest-1.0) resource to support **@odata.nextLink** pagination. With increased channel limits, responses might span multiple pages. Use **@odata.nextLink** to retrieve all results.",
59415941
"Target": "team"
59425942
}
59435943
],

0 commit comments

Comments
 (0)