POST api/resources/{id}/notifications?AllNotifications={AllNotifications}
Update Resource Notifications
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
|
AllNotifications | boolean |
Default value is False |
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "6a85ed3f-4459-4648-8c57-15f16fadc724", "e06ec677-fa21-4f76-aa28-09a0356fb635" ]
Response Information
Resource Description
ResourceNotificationsName | Description | Type | Additional information |
---|---|---|---|
AllNotifications | boolean |
None. |
|
Notifications | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "AllNotifications": true, "Notifications": [ "6f3d27e4-a379-4dbd-9290-74573e19b6ee", "89af97b3-8b6b-4dd8-920b-1e7a31408fad" ] }