Skip to content

Commit 6828765

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

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Namespace: microsoft.graph
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
List the recent [activities](../resources/itemactivity.md) that took place on an item or under a hierarchy.
16+
List the recent [activities](../resources/itemactivity.md) that took place on a [drive](../resources/drive.md), [list](../resources/list.md), item, or within an item hierarchy.
1717

1818

1919
[activities]: ../resources/itemactivity.md

api-reference/beta/resources/drive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Users without a OneDrive license may not have a default drive available.
2525
| [List drive][drive-list] | drive collection |Retrieve the list of drive resources available for a target user, group, or site.|
2626
| [Get drive][drive-get] | drive | Get metadata about a drive.|
2727
| [Get drive root][item-get] | [driveItem][] | Get root folder of a drive.|
28-
| [List activities][drive-activities] | [itemActivity][] collection | List [activities](../resources/itemactivity.md) that occurred under the drive.|
28+
| [List activities][drive-activities] | [itemActivity][] collection | List the recent [activities](../resources/itemactivity.md) that took place on a [drive](../resources/drive.md), [list](../resources/list.md), item, or within an item hierarchy. |
2929
| [List followed items][drive-following] | [driveItem][] collection | List the user's followed driveItems.|
3030
| [List children][item-children] | [driveItem][] collection | List children of the root folder of a drive.|
3131
| [List changes][item-changes] | [driveItem][] collection | List changes for all driveItems in the drive.|

api-reference/beta/resources/itemactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Currently only available on SharePoint and OneDrive for Business.
2121

2222
| Method | Return type | Description |
2323
|:-------|:------------|:------------|
24-
| [List activities](../api/itemactivity-list.md) | [itemActivity](itemactivity.md) collection | List the recent [activities](../resources/itemactivity.md) that took place on an item or under a hierarchy. |
24+
| [List activities](../api/itemactivity-list.md) | [itemActivity](itemactivity.md) collection | List the recent [activities](../resources/itemactivity.md) that took place on a [drive](../resources/drive.md), [list](../resources/list.md), item, or within an item hierarchy. |
2525

2626
## Properties
2727

api-reference/beta/resources/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Represents a list in a [site](site.md). This resource contains the top level pro
2424
| [Get](../api/list-get.md) | [list](../resources/list.md) | Get the metadata for a **list**. |
2525
| [Get items](../api/listitem-list.md) | [listItem](../resources/listitem.md) collection | Get the collection of [listItems]( ../resources/listitem.md) in a **list**. |
2626
| [Get lists in a site](../api/list-list.md) | [list](../resources/list.md) collection | Get the collection of **lists** in a [site](site.md). |
27-
| [Get recent activities](../api/itemactivity-list.md) | [itemActivity](../resources/itemactivity.md) collection | List the recent [activities](../resources/itemactivity.md) that took place on an item or under a hierarchy. |
27+
| [Get recent activities](../api/itemactivity-list.md) | [itemActivity](../resources/itemactivity.md) collection | List the recent [activities](../resources/itemactivity.md) that took place on a [drive](../resources/drive.md), [list](../resources/list.md), item, or within an item hierarchy. |
2828
| [Create item](../api/listitem-create.md) | [listItem](../resources/listitem.md) | Create a new [listItem]( ../resources/listitem.md) in a **list**. |
2929
| [Update item](../api/listitem-update.md) | [listItem](../resources/listitem.md) | Update the properties on a [listItem]( ../resources/listitem.md). |
3030
| [Delete item](../api/listitem-delete.md) | None | Delete a [listItem]( ../resources/listitem.md) from a **list**. |

api-reference/v1.0/resources/drive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Users without a OneDrive license may not have a default drive available.
2424
|[List drive][drive-list] | drive collection |Retrieve the list of drive resources available for a target user, group, or site.|
2525
| [Get drive][drive-get] | drive | Get metadata about a drive.|
2626
| [Get drive root][item-get] | [driveItem][] | Get root folder of a drive.|
27-
| [List activities](../api/itemactivity-list.md) | [itemActivity](../resources/itemactivity.md) collection | List [activities](../resources/itemactivity.md) that occurred under the drive.|
27+
| [List activities](../api/itemactivity-list.md) | [itemActivity](../resources/itemactivity.md) collection | List the recent [activities](../resources/itemactivity.md) that took place on a [drive](../resources/drive.md), [list](../resources/list.md), item, or within an item hierarchy. |
2828
| [List followed items][drive-following] | [driveItem][] collection | List the user's followed driveItems.|
2929
| [List children][item-children] | [driveItem][] collection | List children of the root folder of a drive.|
3030
| [List changes][item-changes] | [driveItem][] collection | List changes for all driveItems in the drive.|

api-reference/v1.0/resources/itemactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The actions that took place within an itemActivity are detailed in the [itemActi
2424

2525
| Method | Return type | Description |
2626
|:-------|:------------|:------------|
27-
| [List activities](../api/itemactivity-list.md) | [itemActivity](itemactivity.md) collection | List the recent [activities](../resources/itemactivity.md) that took place on an item or under a hierarchy. |
27+
| [List activities](../api/itemactivity-list.md) | [itemActivity](itemactivity.md) collection | List the recent [activities](../resources/itemactivity.md) that took place on a [drive](../resources/drive.md), [list](../resources/list.md), item, or within an item hierarchy. |
2828

2929
## Properties
3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Represents a list in a [site](site.md). This resource contains the top level pro
2121
| [Get list](../api/list-get.md) | [list](../resources/list.md) | Get the metadata for a **list**. |
2222
| [Create list](../api/list-create.md) | [list](../resources/list.md) | Create a new **list** in a **site**. |
2323
| [Get items](../api/listitem-list.md) | [listItem](../resources/listitem.md) collection | Get the collection of [listItems]( ../resources/listitem.md) in a **list**. |
24-
| [List activities](../api/itemactivity-list.md) | [itemActivity](../resources/itemactivity.md) collection | List the recent [activities](../resources/itemactivity.md) that took place on an item or under a hierarchy. |
24+
| [List activities](../api/itemactivity-list.md) | [itemActivity](../resources/itemactivity.md) collection | List the recent [activities](../resources/itemactivity.md) that took place on a [drive](../resources/drive.md), [list](../resources/list.md), item, or within an item hierarchy. |
2525
| [Update](../api/listitem-update.md) | [listItem](../resources/listitem.md) | Update the properties on a [listItem]( ../resources/listitem.md). |
2626
| [Delete](../api/listitem-delete.md) | None | Delete a [listItem]( ../resources/listitem.md) from a **list**. |
2727
| [Create item](../api/listitem-create.md) | [listItem](../resources/listitem.md) | Create a new [listItem]( ../resources/listitem.md) in a **list**. |

concepts/whats-new-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For details about previous updates to Microsoft Graph, see [Microsoft Graph what
3232

3333
### Files
3434

35-
Use the [List activities](/graph/api/itemactivity-list) API to retrieve recent activities that took place on a [drive](/graph/api/resources/drive) item or under a hierarchy.
35+
Use the [List activities](/graph/api/itemactivity-list) API to retrieve recent activities that took place on a [drive](/graph/api/resources/drive), [list](/graph/api/resources/list), item, or within an item hierarchy.
3636

3737
### Identity and access | Governance
3838

0 commit comments

Comments
 (0)