Skip to content

Commit 08bab7d

Browse files
authored
Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
1 parent 8acdc8c commit 08bab7d

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

changelog/Microsoft.Teams.GraphSvc.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@
6666
"Description": "Added the **sections** relationship to the [userTeamwork](https://learn.microsoft.com/en-us/graph/api/resources/userTeamwork?view=graph-rest-beta) resource.",
6767
"Target": "userTeamwork"
6868
},
69-
{
70-
"Id": "5775ca5d-09fc-4f68-bd66-de8b96668897",
71-
"ApiChange": "Relationship",
72-
"ChangedApiName": "items",
73-
"ChangeType": "Addition",
74-
"Description": "Added the **items** relationship to the [teamworkSection](https://learn.microsoft.com/en-us/graph/api/resources/teamworkSection?view=graph-rest-beta) resource.",
75-
"Target": "teamworkSection"
76-
},
7769
{
7870
"Id": "5775ca5d-09fc-4f68-bd66-de8b96668897",
7971
"ApiChange": "Method",

concepts/whats-new-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Added the [targetAgentIdentitySponsorsOrOwners](/graph/api/resources/targetagent
4848
- Added the [crossTenantAccessType](/graph/api/resources/networkaccess-crosstenantaccesstype?view=graph-rest-beta&preserve-view=true) enumeration type.
4949
- Added the [deviceJoinType](/graph/api/resources/networkaccess-devicejointype?view=graph-rest-beta&preserve-view=true) enumeration type.
5050

51-
### Teamwork and communications | Sections
51+
### Teamwork and communications | Messaging
5252

5353
Organize chats, channels, and meetings into custom sections in a user's Microsoft Teams chat list using the new [teamworkSection](/graph/api/resources/teamworksection?view=graph-rest-beta&preserve-view=true) and [teamworkSectionItem](/graph/api/resources/teamworksectionitem?view=graph-rest-beta&preserve-view=true) resources. Use the section management APIs to [list](/graph/api/userteamwork-list-sections?view=graph-rest-beta&preserve-view=true), [create](/graph/api/userteamwork-post-sections?view=graph-rest-beta&preserve-view=true), [get](/graph/api/teamworksection-get?view=graph-rest-beta&preserve-view=true), [update](/graph/api/teamworksection-update?view=graph-rest-beta&preserve-view=true), and [delete](/graph/api/teamworksection-delete?view=graph-rest-beta&preserve-view=true) sections, and [add](/graph/api/teamworksection-post-items?view=graph-rest-beta&preserve-view=true), [remove](/graph/api/teamworksectionitem-delete?view=graph-rest-beta&preserve-view=true), and [move](/graph/api/teamworksectionitem-move?view=graph-rest-beta&preserve-view=true) items within sections.
5454

0 commit comments

Comments
 (0)