Fix example result for check consistency endpoint

Change-Id: Ibd9f950f7122bbf7d3bdf77cfdcff791c3f1bf7b
Signed-off-by: Edwin Kempin <ekempin@google.com>
diff --git a/Documentation/rest-api-config.txt b/Documentation/rest-api-config.txt
index 49dbf30..9c9ea26 100644
--- a/Documentation/rest-api-config.txt
+++ b/Documentation/rest-api-config.txt
@@ -170,15 +170,13 @@
 
   )]}'
   {
-    "results": {
-      "account_external_id_result": {
-        "problems": [
-          {
-            "status": "ERROR",
-            "message": "External ID \u0027uuid:ccb8d323-1361-45aa-8874-41987a660c46\u0027 belongs to account that doesn\u0027t exist: 1000012"
-          }
-        ]
-      }
+    "check_account_external_ids_result": {
+      "problems": [
+        {
+          "status": "ERROR",
+          "message": "External ID \u0027uuid:ccb8d323-1361-45aa-8874-41987a660c46\u0027 belongs to account that doesn\u0027t exist: 1000012"
+        }
+      ]
     }
   }
 ----