Skip to content

Commit 0ed9560

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

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

api-reference/beta/api/teamworksection-post-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Add teamworkSectionItem"
3-
description: "Add an item, such as a chat, channel, meeting, or community, to a section in a user's teamwork."
3+
description: "Add an item, such as a chat, channel, meeting, or community, to a user-defined section in a user's teamwork."
44
author: "jsinghmokha"
55
ms.localizationpriority: medium
66
ms.subservice: "teams"

api-reference/beta/api/teamworksectionitem-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Remove teamworkSectionItem"
3-
description: "Remove an item from a section in a user's teamwork."
3+
description: "Remove an item from a user-defined section in a user's teamwork."
44
author: "jsinghmokha"
55
ms.localizationpriority: medium
66
ms.subservice: "teams"

api-reference/beta/api/teamworksectionitem-move.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "teamworkSectionItem: move"
3-
description: "Move an item from one section to another in a user's teamwork."
3+
description: "Move an item from one user-defined section to another user-defined section in a user's teamwork."
44
author: "jsinghmokha"
55
ms.localizationpriority: medium
66
ms.subservice: "teams"

api-reference/beta/resources/teamworksectionitem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Represents an item, such as a chat, channel, meeting, or community, that is orga
2121
| Method | Return type | Description |
2222
|:-------|:------------|:------------|
2323
| [List](../api/teamworksection-list-items.md) | [teamworkSectionItem](teamworksectionitem.md) collection | Get the list of [items](../resources/teamworksectionitem.md) in a [section](../resources/teamworksection.md) of a user's [teamwork](../resources/userteamwork.md). |
24-
| [Add](../api/teamworksection-post-items.md) | [teamworkSectionItem](teamworksectionitem.md) | Add an [item](../resources/teamworksectionitem.md), such as a chat, channel, meeting, or community, to a [section](../resources/teamworksection.md) in a user's [teamwork](../resources/userteamwork.md). |
25-
| [Remove](../api/teamworksectionitem-delete.md) | None | Remove an [item](../resources/teamworksectionitem.md) from a [section](../resources/teamworksection.md) in a user's [teamwork](../resources/userteamwork.md). |
26-
| [Move](../api/teamworksectionitem-move.md) | [teamworkSectionItem](teamworksectionitem.md) | Move an [item](../resources/teamworksectionitem.md) from one [section](../resources/teamworksection.md) to another in a user's [teamwork](../resources/userteamwork.md). |
24+
| [Add](../api/teamworksection-post-items.md) | [teamworkSectionItem](teamworksectionitem.md) | Add an [item](../resources/teamworksectionitem.md), such as a chat, channel, meeting, or community, to a user-defined [section](../resources/teamworksection.md) in a user's [teamwork](../resources/userteamwork.md). |
25+
| [Remove](../api/teamworksectionitem-delete.md) | None | Remove an [item](../resources/teamworksectionitem.md) from a user-defined [section](../resources/teamworksection.md) in a user's [teamwork](../resources/userteamwork.md). |
26+
| [Move](../api/teamworksectionitem-move.md) | [teamworkSectionItem](teamworksectionitem.md) | Move an [item](../resources/teamworksectionitem.md) from one user-defined [section](../resources/teamworksection.md) to another user-defined section in a user's [teamwork](../resources/userteamwork.md). |
2727

2828
## Properties
2929

0 commit comments

Comments
 (0)