Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.3 KB

File metadata and controls

50 lines (39 loc) · 1.3 KB
author daspek
title versionAction resource type
description The VersionAction object provides information about an activity that resulted in a new item version.
ms.localizationpriority medium
ms.subservice sharepoint
doc_type resourcePageType
ms.date 03/06/2024

versionAction resource type

Namespace: microsoft.graph

The presence of the versionAction resource on an itemActivity indicates that the activity caused a new version to be created.

Note: Item activity records are currently only available on SharePoint and OneDrive for Business.

Properties

Property name Type Description
newVersion string The name of the new version that was created by this action.

JSON representation

{
  "newVersion": "string"
}