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:
[
  "f0adb8d2-e58c-4fa0-80e4-44b662a243a6",
  "a6234b0c-4680-4d81-91d6-42ddea06c41d"
]

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": [
    "fbdab4d4-96a3-4f31-871e-576effd9dec9",
    "4d941dd9-1871-4424-a0ba-19cf29f83069"
  ]
}