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:
[
  "b3eed38e-4404-478b-9da6-01a3ad127d31",
  "8d26fcac-631b-4039-9d43-7027fb0ef96e"
]

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": [
    "ed414fd3-93de-4782-862a-252cf996a1bd",
    "a247f5e2-6ae5-4139-8518-69b2fbe85e4d"
  ]
}