Skip to content

Commit

Permalink
Merge pull request #9190 from JarbasHorst/patch-60
Browse files Browse the repository at this point in the history
Update recyclebin-list-items.md
  • Loading branch information
Lauragra authored Feb 29, 2024
2 parents 01eb9c4 + 43a5034 commit 1a31416
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api-reference/beta/api/recyclebin-list-items.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
author: "vanshisingh"
title: "List items in recycleBin"
description: "Get a list of recycleBinItems under the specified site."
title: "List items"
description: "Get a collection of recycleBinItem resources in the recycleBin of the specified SharePoint site."
ms.localizationpriority: "medium"
ms.prod: "sharepoint"
doc_type: apiPageType
Expand All @@ -13,7 +13,7 @@ Namespace: microsoft.graph

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

Get a collection of [recycleBinItem](../resources/recyclebinitem.md) resources in the [recyleBin](../resources/recyclebin.md) of the specified SharePoint [site](../resources/site.md).
Get a collection of [recycleBinItem](../resources/recyclebinitem.md) resources in the [recycleBin](../resources/recyclebin.md) of the specified SharePoint [site](../resources/site.md).

[!INCLUDE [national-cloud-support](../../includes/global-only.md)]

Expand Down Expand Up @@ -53,7 +53,7 @@ If successful, this method returns a `200 OK` response code and a collection of

### Request

The following example shows a request to list all **recycleBinItems** under a specific site.
The following example shows a request to list all **recycleBinItem** resources under a specific site.

# [HTTP](#tab/http)
<!-- {
Expand Down

0 comments on commit 1a31416

Please sign in to comment.