Microsoft Subscription After Update Mac
-->
Updates a webhook subscription on a SharePoint list.
Mar 10, 2020 Office for Mac that comes with an Office 365 subscription is updated on a regular basis to provide new features, security updates, and non-security updates. The following information is primarily intended for IT professionals that are deploying Office for Mac to. Update a subscription.; 2 minutes to read; In this article. Updates a webhook subscription on a SharePoint list. The application must have at least edit permissions to the SharePoint list where the subscription will be updated. If your application is a Microsoft Azure Active Directory (Azure AD) application.
Permissions
The application must have at least edit permissions to the SharePoint list where the subscription will be updated.
If your application is a Microsoft Azure Active Directory (Azure AD) application
You must grant the Azure AD application the permissions specified in the following table. A subscription can only be updated by the Azure AD application that created it.
Application | Permission |
---|---|
Office 365 SharePoint Online | Read and write items and lists in all site collections. |
If your application is a SharePoint Add-in
You must grant the SharePoint Add-in the following permission(s) or higher. A subscription can only be updated by the SharePoint Add-in that created it.
Scope | Permission rights |
---|---|
List | Manage |
HTTP request
Example
Request body
Include the following properties in the request body.
Microsoft Subscription After Update Mac 2017
Name | Type | Description |
---|---|---|
notificationUrl | string | The service URL to send notifications to. |
expirationDateTime | date | The date the notification will expire and be deleted. |
client-clientState | string | Optional. Opaque string passed back to the client on all notifications. You can use this for validating notifications or tagging different subscriptions. |
Response
If the subscription is found and successfully updated, a 204 No Content
response is returned.