Fix example result for check consistency endpoint

Change-Id: Ibd9f950f7122bbf7d3bdf77cfdcff791c3f1bf7b
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2017-05-30 09:46:44 +02:00
parent 1ead0c68f1
commit dadd303b94

View File

@@ -170,15 +170,13 @@ is returned that contains detected consistency problems.
)]}' )]}'
{ {
"results": { "check_account_external_ids_result": {
"account_external_id_result": { "problems": [
"problems": [ {
{ "status": "ERROR",
"status": "ERROR", "message": "External ID \u0027uuid:ccb8d323-1361-45aa-8874-41987a660c46\u0027 belongs to account that doesn\u0027t exist: 1000012"
"message": "External ID \u0027uuid:ccb8d323-1361-45aa-8874-41987a660c46\u0027 belongs to account that doesn\u0027t exist: 1000012" }
} ]
]
}
} }
} }
---- ----