Notification Input

Notification to update.
Root XML tag
<notification>
JSON example
1{ "read" : "true" }
Properties
Name Type Description Required or Optional Available Version
read Boolean Marks a notification as read (true) or unread (false).

If a notification is marked as read, it is also marked as seen. If you set read to true and seen to false, you get an error.

Required if seen isn’t specified 49.0
seen Boolean Marks a notification as seen (true) or unseen (false). Required if read isn’t specified 49.0