Event notification doc : key name fixups

Change-Id: Icc0773101ac12b9ac33331fa16d11fe7e786526a
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
diff --git a/rest-api.md b/rest-api.md
index 505c018..6d22f13 100644
--- a/rest-api.md
+++ b/rest-api.md
@@ -337,13 +337,13 @@
    ```
    "event": InterfacesAdded
    "path": <string : new D-Bus path that was created>
-   "intfMap": <dict : a dictionary of interfaces> (similar to org.freedesktop.DBus.ObjectManager.InterfacesAdded )
+   "interfaces": <dict : a dictionary of interfaces> (similar to org.freedesktop.DBus.ObjectManager.InterfacesAdded )
    ```
 
    PropertiesChanged
    ```
    "event": PropertiesChanged
    "path": <string : D-Bus path whose property changed>
-   "intf": <string : D-Bus interface to which the changed property belongs>
-   "propMap": <dict : a dictionary of properties> (similar to org.freedesktop.DBus.Properties.PropertiesChanged)
+   "interface": <string : D-Bus interface to which the changed property belongs>
+   "properties": <dict : a dictionary of properties> (similar to org.freedesktop.DBus.Properties.PropertiesChanged)
    ```