ModifySubscription
Creates or updates a webhook subscription to listen for changes in OneDrive files, folders, or other resources.
Input
| Name | Type | Required | Description |
| ExpirationDateTime | String | True | UTC timestamp indicating the new expiration time for the subscription. |
| Id | String | True | Unique identifier of the subscription to be modified. |
Result Set Columns
| Name | Type | Description |
| Id | String | Unique identifier of the updated subscription. |
| ChangeType | String | Type of change that triggers the subscription. Possible values include created, updated, deleted. |
| NotificationUrl | String | Webhook URL that receives notifications when the subscribed resource changes. |
| Resource | String | Relative path of the resource the subscription applies to. Does not include the base Microsoft Graph URL. |
| ExpirationDateTime | String | Updated UTC expiration timestamp of the subscription. |
| ClientState | String | Custom string provided at subscription creation, returned in each change notification to verify source authenticity. |