From 6a6285d9c360583a6d2c28818d8a222f2d9425a9 Mon Sep 17 00:00:00 2001 From: Aaron Gable Date: Wed, 5 Jul 2017 11:46:19 -0700 Subject: [PATCH] Document list in body of external.ids:delete request Change-Id: I1f3acdd225c3c3d177c238f671f492f788a22b4c --- Documentation/rest-api-accounts.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/rest-api-accounts.txt b/Documentation/rest-api-accounts.txt index dbb044f6a9..5152055237 100644 --- a/Documentation/rest-api-accounts.txt +++ b/Documentation/rest-api-accounts.txt @@ -1761,9 +1761,9 @@ Only external ids belonging to the caller may be deleted. POST /a/accounts/self/external.ids:delete HTTP/1.0 Content-Type: application/json;charset=UTF-8 - { + [ "mailto:john.doe@example.com" - } + ] ---- .Response