Account REST API: Clarify meaning of AccountExternalIdInfo.canDelete
Change-Id: Ia16453bb8aacfb056397febae548c5dc3413c1d2
Signed-off-by: Edwin Kempin <ekempin@google.com>
diff --git a/Documentation/rest-api-accounts.txt b/Documentation/rest-api-accounts.txt
index 5018522..14c716d 100644
--- a/Documentation/rest-api-accounts.txt
+++ b/Documentation/rest-api-accounts.txt
@@ -2143,7 +2143,8 @@
|`identity` ||The account external id.
|`email` |optional|The email address for the external id.
|`trusted` ||True if the external id is trusted.
-|`can_delete` ||True if the external id can be deleted.
+|`can_delete` ||
+True if the external id can be deleted by the calling user.
|============================
[[capability-info]]