From 037d062bf43067ebbd19c0cafe233eba2524e4e2 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Mon, 20 Oct 2014 16:51:50 +0900 Subject: [PATCH] Fix example in documentation of Set User Preferences endpoint The example showed GET, but should be PUT. Change-Id: I37da23217f8bec351703755d3266f42b3f8c75ee --- Documentation/rest-api-accounts.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/rest-api-accounts.txt b/Documentation/rest-api-accounts.txt index 11a482f614..6e9e0777fd 100644 --- a/Documentation/rest-api-accounts.txt +++ b/Documentation/rest-api-accounts.txt @@ -908,7 +908,7 @@ link:#preferences-input[PreferencesInput] entity. .Request ---- - GET /a/accounts/self/preferences HTTP/1.0 + PUT /a/accounts/self/preferences HTTP/1.0 Content-Type: application/json;charset=UTF-8 {