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:
[
  "119cf477-4d51-482f-a1d9-85531fbb0a2e",
  "9ba2a5f0-6d01-4f00-a95b-bb2d731bee26"
]

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": [
    "2372a1fc-9ec2-42fc-b369-534bc70d9f57",
    "49aa3858-b3a8-4a4e-85b8-c1d529e41366"
  ]
}