FIX for ONOS-5260: METER AppID Display on GET, Precedence Range Issue

Change-Id: Ia82b8d70de0b5d824d808f9593ada64d3c1fbd09
diff --git a/web/api/src/main/resources/definitions/Meter.json b/web/api/src/main/resources/definitions/Meter.json
index e8fefe5..d34b7e0 100644
--- a/web/api/src/main/resources/definitions/Meter.json
+++ b/web/api/src/main/resources/definitions/Meter.json
@@ -21,7 +21,7 @@
     },
     "appId": {
       "type": "string",
-      "example": "1"
+      "example": "org.onosproject.rest"
     },
     "deviceId": {
       "type": "string",
@@ -110,4 +110,4 @@
       }
     }
   }
-}
\ No newline at end of file
+}