|
49174 | 49174 | <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
49175 | 49175 | <Record> |
49176 | 49176 | <PropertyValue Property="Description" String="driveItem: restore" /> |
49177 | | - <PropertyValue Property="LongDescription" String="Restore a driveItem that has been deleted and is currently in the recycle bin." /> |
| 49177 | + <PropertyValue Property="LongDescription" String="Restore a deleted driveItem that is currently in the recycle bin." /> |
49178 | 49178 | </Record> |
49179 | 49179 | </Annotation> |
49180 | 49180 | <Annotation Term="Org.OData.Core.V1.Links"> |
@@ -49211,15 +49211,15 @@ |
49211 | 49211 | <Parameter Name="bindingParameter" Type="graph.driveItemVersion" /> |
49212 | 49212 | <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
49213 | 49213 | <Record> |
49214 | | - <PropertyValue Property="Description" String="Restore a previous version of a DriveItem" /> |
49215 | | - <PropertyValue Property="LongDescription" String="Restore a previous version of a DriveItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the file." /> |
| 49214 | + <PropertyValue Property="Description" String="driveItemVersion: restoreVersion" /> |
| 49215 | + <PropertyValue Property="LongDescription" String="Restore a previous version of a driveItem to be the current version. This operation creates a new version with the contents of the previous version, and it preserves all existing versions of the file." /> |
49216 | 49216 | </Record> |
49217 | 49217 | </Annotation> |
49218 | 49218 | <Annotation Term="Org.OData.Core.V1.Links"> |
49219 | 49219 | <Collection> |
49220 | 49220 | <Record> |
49221 | 49221 | <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/action" /> |
49222 | | - <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" /> |
| 49222 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/driveitemversion-restoreversion?view=graph-rest-1.0" /> |
49223 | 49223 | </Record> |
49224 | 49224 | </Collection> |
49225 | 49225 | </Annotation> |
@@ -66841,12 +66841,12 @@ |
66841 | 66841 | <Annotations Target="microsoft.graph.GraphService/me/drive/items/versions"> |
66842 | 66842 | <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
66843 | 66843 | <Record> |
66844 | | - <PropertyValue Property="Description" String="List versions of a driveItem" /> |
66845 | | - <PropertyValue Property="LongDescription" String="OneDrive and SharePoint can be configured to retain the history for files.
Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location." /> |
| 66844 | + <PropertyValue Property="Description" String="List versions" /> |
| 66845 | + <PropertyValue Property="LongDescription" String="Retrieve the versions of a file. OneDrive and SharePoint can be configured to retain the history for files.
Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location." /> |
66846 | 66846 | <PropertyValue Property="ReadByKeyRestrictions"> |
66847 | 66847 | <Record> |
66848 | | - <PropertyValue Property="Description" String="Get a DriveItemVersion resource" /> |
66849 | | - <PropertyValue Property="LongDescription" String="Retrieve the metadata for a specific version of a DriveItem." /> |
| 66848 | + <PropertyValue Property="Description" String="Get driveItemVersion" /> |
| 66849 | + <PropertyValue Property="LongDescription" String="Retrieve the metadata for a specific version of a driveItem." /> |
66850 | 66850 | </Record> |
66851 | 66851 | </PropertyValue> |
66852 | 66852 | </Record> |
|
66883 | 66883 | <Annotations Target="microsoft.graph.GraphService/me/drive/items/versions/current"> |
66884 | 66884 | <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
66885 | 66885 | <Record> |
66886 | | - <PropertyValue Property="Description" String="Get a DriveItemVersion resource" /> |
66887 | | - <PropertyValue Property="LongDescription" String="Retrieve the metadata for a specific version of a DriveItem." /> |
| 66886 | + <PropertyValue Property="Description" String="Get driveItemVersion" /> |
| 66887 | + <PropertyValue Property="LongDescription" String="Retrieve the metadata for a specific version of a driveItem." /> |
66888 | 66888 | </Record> |
66889 | 66889 | </Annotation> |
66890 | 66890 | <Annotation Term="Org.OData.Core.V1.Links"> |
|
68358 | 68358 | <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
68359 | 68359 | <Record> |
68360 | 68360 | <PropertyValue Property="Description" String="driveItem: createUploadSession" /> |
68361 | | - <PropertyValue Property="LongDescription" String="Create an upload session to allow your app to upload files up to the maximum file size.
An upload session allows your app to upload ranges of the file in sequential API requests. Upload sessions also allow the transfer to resume if a connection is dropped while the upload is in progress. To upload a file using an upload session:" /> |
| 68361 | + <PropertyValue Property="LongDescription" String="Create an upload session to allow your app to upload files up to the maximum file size. An upload session allows your app to upload ranges of the file in sequential API requests. It also enables the transfer to resume if the connection is dropped during the upload. To upload a file using an upload session:" /> |
68362 | 68362 | </Record> |
68363 | 68363 | </Annotation> |
68364 | 68364 | </Annotations> |
|
0 commit comments