POST api/resources/{id}/notifications?AllNotifications={AllNotifications}

Update Resource Notifications

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

AllNotifications

boolean

Default value is False

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "af748cea-1b2c-417e-9b24-9263be1203bd",
  "a7082346-ef4c-4b3c-91a6-6e25904f75d0"
]

Response Information

Resource Description

ResourceNotifications
NameDescriptionTypeAdditional information
AllNotifications

boolean

None.

Notifications

Collection of globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "AllNotifications": true,
  "Notifications": [
    "f16cda9c-ed52-4712-b11a-3448b5a1bc91",
    "14e0b7e0-f0f9-4ded-8a84-26927f193c50"
  ]
}